update example config comments

This commit is contained in:
ansuz 2020-10-12 15:01:48 +05:30
parent ad9ed6f288
commit 6a1ba275ef
1 changed files with 9 additions and 0 deletions

View File

@ -202,6 +202,15 @@ module.exports = {
*/
//accountRetentionTime: 365,
/* Starting with CryptPad 3.23.0, the server automatically runs
* the script responsible for removing inactive data according to
* your configured definition of inactivity. Set this value to `true`
* if you prefer not to remove inactive data, or if you prefer to
* do so manually using `scripts/evict-inactive.js`.
*/
//disableIntegratedEviction: true,
/* Max Upload Size (bytes)
* this sets the maximum size of any one file uploaded to the server.
* anything larger than this size will be rejected