mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix client html performance regression
This commit is contained in:
@@ -718,10 +718,12 @@ const MEMOIZE_TTL = {
|
||||
OVERVIEWS_SAMPLE: 1000 * 3600 * 4, // 4 hours
|
||||
INFO_HASH_EXISTS: 1000 * 3600 * 12, // 12 hours
|
||||
LIVE_ABLE_TO_UPLOAD: 1000 * 60, // 1 minute
|
||||
LIVE_CHECK_SOCKET_HEALTH: 1000 * 60 // 1 minute
|
||||
LIVE_CHECK_SOCKET_HEALTH: 1000 * 60, // 1 minute
|
||||
MD_TO_PLAIN_TEXT_CLIENT_HTML: 1000 * 60 // 1 minute
|
||||
}
|
||||
|
||||
const MEMOIZE_LENGTH = {
|
||||
MD_TO_PLAIN_TEXT_CLIENT_HTML: 100,
|
||||
INFO_HASH_EXISTS: 200
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user