Make max response time configurable

This commit is contained in:
Ajay
2024-04-20 00:02:15 -04:00
parent 0f97ce4a49
commit 8043bd9006
2 changed files with 4 additions and 3 deletions

View File

@@ -193,7 +193,8 @@ addDefaults(config, {
minUserIDLength: 30,
deArrowPaywall: false,
useCacheForSegmentGroups: false,
maxConnections: 100
maxConnections: 100,
maxResponseTime: 1000
});
loadFromEnv(config);
migrate(config);