]> git.proxmox.com Git - pve-http-server.git/commit - src/PVE/APIServer/AnyEvent.pm
increase max POST data limit to 64 KB
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 12 May 2017 07:37:49 +0000 (09:37 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 May 2017 09:28:22 +0000 (11:28 +0200)
commit967dcb7682df157d4682d99303eb718031eaeb5f
tree470ccefc8e75ede1a37609d2cd137d9a6bce51d7
parente703c558bed154d26062452113558546b1258883
increase max POST data limit to 64 KB

this matches also our wbuf_max settings of our AnyEvent handle

Tested with 1000 parallel started dummy POST request with 64KB
payload, wh

It should not be too problematic to increase the limit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/APIServer/AnyEvent.pm