mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Introduce experimental telemetry
This commit is contained in:
parent
15b43b214e
commit
630d0a1bf5
23 changed files with 1002 additions and 90 deletions
|
@ -736,7 +736,8 @@ const MEMOIZE_TTL = {
|
|||
INFO_HASH_EXISTS: 1000 * 3600 * 12, // 12 hours
|
||||
VIDEO_DURATION: 1000 * 10, // 10 seconds
|
||||
LIVE_ABLE_TO_UPLOAD: 1000 * 60, // 1 minute
|
||||
LIVE_CHECK_SOCKET_HEALTH: 1000 * 60 // 1 minute
|
||||
LIVE_CHECK_SOCKET_HEALTH: 1000 * 60, // 1 minute
|
||||
GET_STATS_FOR_OPEN_TELEMETRY_METRICS: 1000 * 60 // 1 minute
|
||||
}
|
||||
|
||||
const MEMOIZE_LENGTH = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue