diff options
Diffstat (limited to 'classes/Config.php')
| -rw-r--r-- | classes/Config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/Config.php b/classes/Config.php index 57878fb42..23aaecf6b 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -188,7 +188,9 @@ class Config { * key is a 32 byte hex string which may be generated using `update.php --gen-encryption-key` */ const ENCRYPTION_KEY = "ENCRYPTION_KEY"; - /** scheduled task to purge orphaned articles, value should be valid cron expression */ + /** scheduled task to purge orphaned articles, value should be valid cron expression + * @see https://github.com/dragonmantank/cron-expression/blob/master/README.md#cron-expressions + */ const SCHEDULE_PURGE_ORPHANS = "SCHEDULE_PURGE_ORPHANS"; /** scheduled task to expire disk cache, value should be valid cron expression */ |