mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Disable query cache for segment groups
This commit is contained in:
@@ -189,7 +189,8 @@ addDefaults(config, {
|
||||
},
|
||||
tokenSeed: "",
|
||||
minUserIDLength: 30,
|
||||
deArrowPaywall: false
|
||||
deArrowPaywall: false,
|
||||
useCacheForSegmentGroups: false,
|
||||
});
|
||||
loadFromEnv(config);
|
||||
migrate(config);
|
||||
|
||||
Reference in New Issue
Block a user