diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-21 22:38:00 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-21 22:38:00 +0000 |
| commit | b49458699376b18c3f5a018973669685e213ef62 (patch) | |
| tree | 2a80d98322619c7e8397cadb86295d3ef52c2a04 /app/constants.mjs | |
| parent | 6f52ba399d355c4efc477916a05b59ba46b20116 (diff) | |
Handle purging deleted pages
Diffstat (limited to 'app/constants.mjs')
| -rw-r--r-- | app/constants.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants.mjs b/app/constants.mjs index 96068e1..e9b4730 100644 --- a/app/constants.mjs +++ b/app/constants.mjs @@ -2,7 +2,7 @@ export const SERVER_PORT = 3000; export const PARSER_MAX_RECURSION = 20; -export const PURGE_COOLDOWN_MIN = 10; +export const PURGE_COOLDOWN_MIN = -1; export const PAGES_DIR = 'pages'; export const TEMPLATE_DIR = 'pages/tempates'; export const IMAGES_DIR = 'pages/images'; |
