diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-03-11 13:23:46 +0100 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-03-11 13:23:46 +0100 |
| commit | ee852ae17567e923ba4a2db41d407b0dc5cc81a8 (patch) | |
| tree | 9309d595056e215e79e5646e19e1f985dfb1f9c9 /modules/vacancies/vacancies.js | |
| parent | 5c3231823c6a5aa12c60302a48a0887f10351bcb (diff) | |
vacancies: Disable
Diffstat (limited to 'modules/vacancies/vacancies.js')
| -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 e77601b..3be7af7 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 = 1 * 3600 * 1000; // 1 hour +const INTERVAL = 24 * 3600 * 1000; // 1 hour // const FIRST_FETCH_DELAY = 2 * 1000; // const INTERVAL = 20 * 1000; |
