diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-25 18:05:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-25 18:05:54 +0200 |
commit | 4a08f6692780fa5147d85126af3089fc7891e436 (patch) | |
tree | aa65e7649929de46fb3add06dba5550da7232000 /server/initializers | |
parent | c922d14220eed241d47677db8441921935435f0c (diff) | |
download | PeerTube-4a08f6692780fa5147d85126af3089fc7891e436.tar.gz PeerTube-4a08f6692780fa5147d85126af3089fc7891e436.tar.zst PeerTube-4a08f6692780fa5147d85126af3089fc7891e436.zip |
Only duplicate public videos
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 8e019f61e..de426c16e 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -119,7 +119,7 @@ const JOB_TTL: { [ id in JobType ]: number } = { | |||
119 | 'activitypub-follow': 60000 * 10, // 10 minutes | 119 | 'activitypub-follow': 60000 * 10, // 10 minutes |
120 | 'video-file-import': 1000 * 3600, // 1 hour | 120 | 'video-file-import': 1000 * 3600, // 1 hour |
121 | 'video-file': 1000 * 3600 * 48, // 2 days, transcoding could be long | 121 | 'video-file': 1000 * 3600 * 48, // 2 days, transcoding could be long |
122 | 'video-import': 1000 * 3600 * 5, // 1 hour | 122 | 'video-import': 1000 * 3600, // 1 hour |
123 | 'email': 60000 * 10, // 10 minutes | 123 | 'email': 60000 * 10, // 10 minutes |
124 | 'videos-views': undefined // Unlimited | 124 | 'videos-views': undefined // Unlimited |
125 | } | 125 | } |