diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-20 10:04:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-20 10:04:52 +0200 |
commit | f53e1fcd990e790a196ad39044a3520e605978c6 (patch) | |
tree | efe0655d7b7f9c2020e62202b06d2543727158d7 /server/initializers/constants.ts | |
parent | da8637bac9e32b21df2389d7698ce91070ec3a39 (diff) | |
download | PeerTube-f53e1fcd990e790a196ad39044a3520e605978c6.tar.gz PeerTube-f53e1fcd990e790a196ad39044a3520e605978c6.tar.zst PeerTube-f53e1fcd990e790a196ad39044a3520e605978c6.zip |
Relax views federation
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 cd2cc33d3..9201f95b3 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 | ||