Disable query cache for segment groups

This commit is contained in:
Ajay
2024-02-04 22:53:12 -05:00
parent 121cc7f481
commit c54c25c73b
3 changed files with 5 additions and 3 deletions

View File

@@ -189,7 +189,8 @@ addDefaults(config, {
},
tokenSeed: "",
minUserIDLength: 30,
deArrowPaywall: false
deArrowPaywall: false,
useCacheForSegmentGroups: false,
});
loadFromEnv(config);
migrate(config);