diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-02-24 18:12:12 +0100 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-02-24 18:12:12 +0100 |
| commit | efc5a694762ea88724f24e82eef24840d79819be (patch) | |
| tree | aabce4282c219a65599dbe2d290215f12dc78395 /modules/vacancies | |
| parent | 06a420a6bca0c2e8b0921433a56a443e27801ee4 (diff) | |
Diffstat (limited to 'modules/vacancies')
| -rw-r--r-- | modules/vacancies/vacancies.js | 2 |
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; |
