]> git.proxmox.com Git - pmg-api.git/commit
fix #1881: increase limit for ids in spam quarantine
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 14 Sep 2018 12:13:20 +0000 (14:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 17 Sep 2018 07:25:57 +0000 (09:25 +0200)
commit51781c0eea55bc8734778b042955765898c10eac
treea6c4f503970027da8e81edbc903164ea7d6dabc1
parente19a4b1664c5495d1c0af41e3eaad86264ce4203
fix #1881: increase limit for ids in spam quarantine

removing the maxLength, now the limiting factor is the http
post size (64k atm), should be enough for a while

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PMG/API2/Quarantine.pm