Skip to content

Commit 94632c7

Browse files
committed
fix: 默认禁用全量同步
1 parent 92fd5b5 commit 94632c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcim_sync/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RedisConfigModel(BaseModel):
2424

2525
class JobConfigModel(BaseModel):
2626
curseforge_refresh: bool = True
27-
curseforge_refresh_full: bool = True
27+
curseforge_refresh_full: bool = False
2828
modrinth_refresh: bool = True
2929
sync_curseforge_by_queue: bool = True
3030
sync_curseforge_by_search: bool = True

0 commit comments

Comments
 (0)