Increase max watch sections
This commit is contained in:
parent
68d6e57870
commit
42e6a7a747
|
@ -371,7 +371,7 @@ const VIEW_LIFETIME = {
|
||||||
VIEWER_STATS: 60000 * 60 // 1 hour
|
VIEWER_STATS: 60000 * 60 // 1 hour
|
||||||
}
|
}
|
||||||
|
|
||||||
const MAX_LOCAL_VIEWER_WATCH_SECTIONS = 10
|
const MAX_LOCAL_VIEWER_WATCH_SECTIONS = 100
|
||||||
|
|
||||||
let CONTACT_FORM_LIFETIME = 60000 * 60 // 1 hour
|
let CONTACT_FORM_LIFETIME = 60000 * 60 // 1 hour
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue