mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-05 23:24:40 +00:00
bump default maxspamsize to 1M
This commit is contained in:
parent
5e8d99d796
commit
03dbbc5a2e
@ -20,7 +20,7 @@ Ext.define('PMG.SpamDetectorOptions', {
|
||||
{ defaultValue: 1 });
|
||||
|
||||
me.add_integer_row('maxspamsize', gettext('Max Spam Size (bytes)'),
|
||||
{ defaultValue: 512*1024,
|
||||
{ defaultValue: 1024*1024,
|
||||
minValue: 64, deleteEmpty: true });
|
||||
|
||||
me.rows.languages = {
|
||||
|
Loading…
Reference in New Issue
Block a user