continued WIP config reorganization

This commit is contained in:
ansuz
2020-02-27 13:24:19 -05:00
parent 294a444603
commit 3df47a1415
2 changed files with 43 additions and 43 deletions

View File

@@ -63,3 +63,22 @@ Default.mainPages = function () {
];
};
/* By default the CryptPad server will run scheduled tasks every five minutes
* If you want to run scheduled tasks in a separate process (like a crontab)
* you can disable this behaviour by setting the following value to true
*/
//disableIntegratedTasks: false,
/* CryptPad's file storage adaptor closes unused files after a configurable
* number of milliseconds (default 30000 (30 seconds))
*/
// channelExpirationMs: 30000,
/* CryptPad's file storage adaptor is limited by the number of open files.
* When the adaptor reaches openFileLimit, it will clean up older files
*/
//openFileLimit: 2048,