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.
2 parents 5d3647b + 1c38d59 commit c4a55f6Copy full SHA for c4a55f6
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