We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fd5b5 commit 94632c7Copy full SHA for 94632c7
mcim_sync/config.py
@@ -24,7 +24,7 @@ class RedisConfigModel(BaseModel):
24
25
class JobConfigModel(BaseModel):
26
curseforge_refresh: bool = True
27
- curseforge_refresh_full: bool = True
+ curseforge_refresh_full: bool = False
28
modrinth_refresh: bool = True
29
sync_curseforge_by_queue: bool = True
30
sync_curseforge_by_search: bool = True
0 commit comments