Skip to content

Commit 206c15e

Browse files
authored
Merge pull request #10 from ls1intum/increase-message-size-limit
Increase max message length
2 parents 88fda23 + b78692e commit 206c15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ angelos.passsword=${ANGELOS_PASSWORD}
2828
eunomia.url=${EUNOMIA_URL}
2929
eunomia.secret=${EUNOMIA_SECRET}
3030
jwt.secret.key=${JWT_SECRET_KEY}
31-
app.max-message-length=2000
31+
app.max-message-length=3500
3232
app.cookie.secure=false

0 commit comments

Comments
 (0)