necouchman commented on code in PR #794:
URL: https://github.com/apache/guacamole-client/pull/794#discussion_r1108392443
##########
guacamole-docker/bin/start.sh:
##########
@@ -1164,6 +1174,19 @@ if [ -n "$API_SESSION_TIMEOUT" ]; then
associate_apisessiontimeout
fi
+# Maximum number of bytes to accept within the entity body of any particular
HTTP request
+set_optional_property "api-max-request-size" "$API_MAX_REQUEST_SIZE"
+
+# A comma-separated whitelist of language keys to allow as display language
Review Comment:
I would suggest changing this to:
`A comma-separated list of language keys to allow...`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]