Skip to content

Commit c066114

Browse files
committed
fix: 修复没有自动同步问题
1 parent f306da1 commit c066114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ async def download(self, filelist: set[File]):
347347
for session in sessions:
348348
await session.close()
349349
self.failed_hash.clear()
350+
scheduler.run_later(self.sync, 600)
350351

351352
async def _download(self, session: aiohttp.ClientSession, file_queues: asyncio.Queue[File], pbar: DownloadStatistics):
352353
while not file_queues.empty():

0 commit comments

Comments
 (0)