Skip to content

Commit

Permalink
Changed default value of server.maxPayloadBytes
Browse files Browse the repository at this point in the history
As described in #31974
  • Loading branch information
perrinal authored Oct 15, 2019
1 parent 57d8545 commit 9355de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ back end server.
`server.keepaliveTimeout:`:: *Default: "120000"* The number of milliseconds to wait for additional data before restarting
the `server.socketTimeout` counter.

`server.maxPayloadBytes:`:: *Default: 1048576* The maximum payload size in bytes
`server.maxPayloadBytes:`:: *Default: 26214400* The maximum payload size in bytes
for incoming server requests.

`server.name:`:: *Default: "your-hostname"* A human-readable display name that
Expand Down

0 comments on commit 9355de1

Please sign in to comment.