mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Make redis timeout configurable
This commit is contained in:
@@ -134,6 +134,7 @@ addDefaults(config, {
|
||||
},
|
||||
disableOfflineQueue: true,
|
||||
expiryTime: 24 * 60 * 60,
|
||||
getTimeout: 40
|
||||
}
|
||||
});
|
||||
loadFromEnv(config);
|
||||
|
||||
Reference in New Issue
Block a user