1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Constants consistency

This commit is contained in:
Chocobozzz 2021-10-22 10:28:00 +02:00
parent 62549e6c98
commit 619537426b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 30 additions and 30 deletions

View file

@ -12,7 +12,7 @@ export class AutoFollowIndexInstances extends AbstractScheduler {
private static instance: AbstractScheduler
protected schedulerIntervalMs = SCHEDULER_INTERVALS_MS.autoFollowIndexInstances
protected schedulerIntervalMs = SCHEDULER_INTERVALS_MS.AUTO_FOLLOW_INDEX_INSTANCES
private lastCheck: Date