aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-24 14:55:07 +0200
committerChocobozzz <me@florianbigard.com>2022-05-24 14:55:07 +0200
commit3eba7ab8154027621989cdd4814bc749d79bf0c9 (patch)
treef3f0b6887c00660dc3f7da79ff2fe2379d170aaf /server/lib/schedulers
parent3cb60ca19eba97738342a10e15d5e5a916e2e690 (diff)
downloadPeerTube-3eba7ab8154027621989cdd4814bc749d79bf0c9.tar.gz
PeerTube-3eba7ab8154027621989cdd4814bc749d79bf0c9.tar.zst
PeerTube-3eba7ab8154027621989cdd4814bc749d79bf0c9.zip
Add ability to set a custom video import timeout
Diffstat (limited to 'server/lib/schedulers')
-rw-r--r--server/lib/schedulers/geo-ip-update-scheduler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/schedulers/geo-ip-update-scheduler.ts b/server/lib/schedulers/geo-ip-update-scheduler.ts
index 9dda6d76c..b06f5a9b5 100644
--- a/server/lib/schedulers/geo-ip-update-scheduler.ts
+++ b/server/lib/schedulers/geo-ip-update-scheduler.ts
@@ -6,7 +6,7 @@ export class GeoIPUpdateScheduler extends AbstractScheduler {
6 6
7 private static instance: AbstractScheduler 7 private static instance: AbstractScheduler
8 8
9 protected schedulerIntervalMs = SCHEDULER_INTERVALS_MS.YOUTUBE_DL_UPDATE 9 protected schedulerIntervalMs = SCHEDULER_INTERVALS_MS.GEO_IP_UPDATE
10 10
11 private constructor () { 11 private constructor () {
12 super() 12 super()