fix timeout

This commit is contained in:
jxxghp 2024-03-25 23:06:30 +08:00
parent 25e0c25bc6
commit 0ca5f5bd89

View File

@ -111,6 +111,8 @@ class IndexerModule(_ModuleBase):
mtype=mtype, mtype=mtype,
page=page page=page
) )
if error_flag:
break
if not result: if not result:
continue continue
if settings.SEARCH_MULTIPLE_NAME: if settings.SEARCH_MULTIPLE_NAME: