summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-02-24 18:12:12 +0100
committerTom Smeding <tom@tomsmeding.com>2026-02-24 18:12:12 +0100
commitefc5a694762ea88724f24e82eef24840d79819be (patch)
treeaabce4282c219a65599dbe2d290215f12dc78395 /modules
parent06a420a6bca0c2e8b0921433a56a443e27801ee4 (diff)
vacancies: Set interval to 1hHEADmaster
Diffstat (limited to 'modules')
-rw-r--r--modules/vacancies/vacancies.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vacancies/vacancies.js b/modules/vacancies/vacancies.js
index be3c4b4..e77601b 100644
--- a/modules/vacancies/vacancies.js
+++ b/modules/vacancies/vacancies.js
@@ -5,7 +5,7 @@ const persist = require("node-persist");
const mkdirp = require("mkdirp");
const FIRST_FETCH_DELAY = 10 * 60 * 1000; // 10 seconds
-const INTERVAL = 3 * 24 * 3600 * 1000; // 3 days
+const INTERVAL = 1 * 3600 * 1000; // 1 hour
// const FIRST_FETCH_DELAY = 2 * 1000;
// const INTERVAL = 20 * 1000;