We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4f611 commit 66489d6Copy full SHA for 66489d6
app/src/main/resources/application.properties
@@ -10,6 +10,7 @@ compas.userinfo.session.expires = ${USERINFO_SESSION_EXPIRES:15}
10
quarkus.http.cors = false
11
quarkus.http.root-path = /compas-scl-data-service
12
quarkus.http.limits.max-body-size = 150M
13
+quarkus.websocket.max-frame-size = 157286400
14
15
quarkus.log.level = INFO
16
quarkus.log.category."org.lfenergy.compas.scl.data".level = INFO
0 commit comments