Skip to content

Commit

Permalink
Merge pull request #174 from iwehf/dym
Browse files Browse the repository at this point in the history
bug fix: enable prefetch
  • Loading branch information
iwehf authored Apr 27, 2024
2 parents 7032c20 + da7e398 commit cdc112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crynux_server/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def run(self, task_status: TaskStatus[None] = TASK_STATUS_IGNORED):

tg.start_soon(self._wait_for_shutdown)

tg.start_soon(self._node_manager.run, False)
tg.start_soon(self._node_manager.run)
if not self.config.headless:
await tg.start(
self._server.start,
Expand Down

0 comments on commit cdc112a

Please sign in to comment.