From 8af7308da417366f26b77bc53d76358da2cea194 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 21 Aug 2019 14:06:57 +0200 Subject: [PATCH] set a default value and describe disableIntegratedTasks in the example config --- config/config.example.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config.example.js b/config/config.example.js index 5f4473b99..779843f44 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -224,6 +224,12 @@ module.exports = { * STORAGE * ===================== */ + /* 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, + /* Pads that are not 'pinned' by any registered user can be set to expire * after a configurable number of days of inactivity (default 90 days). * The value can be changed or set to false to remove expiration.