mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Increase logs stack trace max size
This commit is contained in:
parent
c543e41492
commit
cfb5edbd9e
@ -375,7 +375,7 @@ const CONSTRAINTS_FIELDS = {
|
||||
},
|
||||
LOGS: {
|
||||
CLIENT_MESSAGE: { min: 1, max: 1000 }, // Length
|
||||
CLIENT_STACK_TRACE: { min: 1, max: 5000 }, // Length
|
||||
CLIENT_STACK_TRACE: { min: 1, max: 15000 }, // Length
|
||||
CLIENT_META: { min: 1, max: 5000 }, // Length
|
||||
CLIENT_USER_AGENT: { min: 1, max: 200 } // Length
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user