diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-22 10:28:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-22 10:28:00 +0200 |
commit | 619537426bbb9fcb9f2825068d5f907db0dc1f09 (patch) | |
tree | 5ab8a1928ee8822761cb149bf9b5bf468a4d1767 /server/lib/schedulers/auto-follow-index-instances.ts | |
parent | 62549e6c9818f422698f030e0b242609115493ed (diff) | |
download | PeerTube-619537426bbb9fcb9f2825068d5f907db0dc1f09.tar.gz PeerTube-619537426bbb9fcb9f2825068d5f907db0dc1f09.tar.zst PeerTube-619537426bbb9fcb9f2825068d5f907db0dc1f09.zip |
Constants consistency
Diffstat (limited to 'server/lib/schedulers/auto-follow-index-instances.ts')
-rw-r--r-- | server/lib/schedulers/auto-follow-index-instances.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/schedulers/auto-follow-index-instances.ts b/server/lib/schedulers/auto-follow-index-instances.ts index aaa5feed5..d9f9c2de3 100644 --- a/server/lib/schedulers/auto-follow-index-instances.ts +++ b/server/lib/schedulers/auto-follow-index-instances.ts | |||
@@ -12,7 +12,7 @@ export class AutoFollowIndexInstances extends AbstractScheduler { | |||
12 | 12 | ||
13 | private static instance: AbstractScheduler | 13 | private static instance: AbstractScheduler |
14 | 14 | ||
15 | protected schedulerIntervalMs = SCHEDULER_INTERVALS_MS.autoFollowIndexInstances | 15 | protected schedulerIntervalMs = SCHEDULER_INTERVALS_MS.AUTO_FOLLOW_INDEX_INSTANCES |
16 | 16 | ||
17 | private lastCheck: Date | 17 | private lastCheck: Date |
18 | 18 | ||