Configurable expiry time

This commit is contained in:
Ajay
2022-08-19 15:40:32 -04:00
parent c3d30b18e2
commit 5a43f46ac0
3 changed files with 5 additions and 4 deletions

View File

@@ -132,7 +132,8 @@ addDefaults(config, {
host: "",
port: 0
},
disableOfflineQueue: true
disableOfflineQueue: true,
expiryTime: 24 * 60 * 60,
}
});
loadFromEnv(config);