]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase logs stack trace max size
authorChocobozzz <me@florianbigard.com>
Tue, 9 Aug 2022 09:34:56 +0000 (11:34 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 9 Aug 2022 09:34:56 +0000 (11:34 +0200)
server/initializers/constants.ts

index a53c226629be8af199ef2d1e6aa8ee6bbe8c955c..5a5f2d66620627c014bedb5d0f4331c0808d06c4 100644 (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
   }