mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Configurable expiry time
This commit is contained in:
@@ -132,7 +132,8 @@ addDefaults(config, {
|
||||
host: "",
|
||||
port: 0
|
||||
},
|
||||
disableOfflineQueue: true
|
||||
disableOfflineQueue: true,
|
||||
expiryTime: 24 * 60 * 60,
|
||||
}
|
||||
});
|
||||
loadFromEnv(config);
|
||||
|
||||
Reference in New Issue
Block a user