etcdserver: add --max-request-bytes flag
This commit is contained in:
@ -68,6 +68,8 @@ member flags:
|
||||
raise alarms when backend size exceeds the given quota (0 defaults to low space quota).
|
||||
--max-txn-ops '128'
|
||||
maximum number of operations permitted in a transaction.
|
||||
--max-request-bytes '1572864'
|
||||
maximum client request size in bytes the server will accept.
|
||||
|
||||
clustering flags:
|
||||
|
||||
|
Reference in New Issue
Block a user