diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-20 10:23:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-20 10:23:19 +0200 |
commit | 714e33a7428b71ef98129ce85a4bd64140bcd912 (patch) | |
tree | 59bd3e4b359bcd04f4ad97c404246688ccd84e68 /server/initializers/constants.ts | |
parent | aa2ce188d102ab38452df316d06286040b5d9075 (diff) | |
parent | d47b18079bfe4aed472ddcc0a89302ba85f03a48 (diff) | |
download | PeerTube-714e33a7428b71ef98129ce85a4bd64140bcd912.tar.gz PeerTube-714e33a7428b71ef98129ce85a4bd64140bcd912.tar.zst PeerTube-714e33a7428b71ef98129ce85a4bd64140bcd912.zip |
Merge branch 'release/4.2.0' into develop
Diffstat (limited to 'server/initializers/constants.ts')
-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 52007d212..f54ce9506 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -370,7 +370,7 @@ const CONSTRAINTS_FIELDS = { | |||
370 | 370 | ||
371 | const VIEW_LIFETIME = { | 371 | const VIEW_LIFETIME = { |
372 | VIEW: CONFIG.VIEWS.VIDEOS.IP_VIEW_EXPIRATION, | 372 | VIEW: CONFIG.VIEWS.VIDEOS.IP_VIEW_EXPIRATION, |
373 | VIEWER_COUNTER: 60000 * 1, // 1 minute | 373 | VIEWER_COUNTER: 60000 * 2, // 2 minutes |
374 | VIEWER_STATS: 60000 * 60 // 1 hour | 374 | VIEWER_STATS: 60000 * 60 // 1 hour |
375 | } | 375 | } |
376 | 376 | ||