mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 14:37:17 +03:00
Only check request time for readiness if cache has filled up
This commit is contained in:
@@ -194,7 +194,8 @@ addDefaults(config, {
|
||||
deArrowPaywall: false,
|
||||
useCacheForSegmentGroups: false,
|
||||
maxConnections: 100,
|
||||
maxResponseTime: 1000
|
||||
maxResponseTime: 1000,
|
||||
maxResponseTimeWhileLoadingCache: 2000
|
||||
});
|
||||
loadFromEnv(config);
|
||||
migrate(config);
|
||||
|
||||
Reference in New Issue
Block a user