1
0
Fork 0

Increase logs stack trace max size

This commit is contained in:
Chocobozzz 2022-08-09 11:34:56 +02:00
parent c543e41492
commit cfb5edbd9e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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
}