implement optional channel removal hooks

add configuration variables to the default config
This commit is contained in:
ansuz
2016-05-14 13:04:05 +02:00
parent d59824929d
commit 3232671a6a
2 changed files with 33 additions and 0 deletions

View File

@@ -17,6 +17,15 @@ module.exports = {
*/
logToStdout: false,
/* Cryptpad can be configured to remove channels some number of ms
after the last remaining client has disconnected.
Default behaviour is to keep channels forever.
If you enable channel removal, the default removal time is one minute
*/
removeChannels: false,
channelRemovalTimeout: 60000,
// You now have a choice of storage engines
/* amnesiadb only exists in memory.