Mercurial > moin > 1.9
changeset 3346:38cbacf3cbc4
slightly relaxed default surge protection settings (port from 1.6)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Wed, 19 Mar 2008 18:58:45 +0100 |
parents | afef9c8b2ed2 |
children | 9ceb503dd7a6 |
files | MoinMoin/config/multiconfig.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Wed Mar 19 18:46:34 2008 +0100 +++ b/MoinMoin/config/multiconfig.py Wed Mar 19 18:58:45 2008 +0100 @@ -581,12 +581,12 @@ # action: (count, dt) 'all': (30, 30), 'show': (30, 60), - 'recall': (5, 60), + 'recall': (10, 120), 'raw': (20, 40), # some people use this for css 'AttachFile': (90, 60), 'diff': (30, 60), - 'fullsearch': (5, 60), - 'edit': (10, 120), + 'fullsearch': (10, 120), + 'edit': (30, 300), # can be lowered after making preview different from edit 'rss_rc': (1, 60), 'default': (30, 60), }