Mercurial > public > src > moin > 1.9
diff MoinMoin/config/multiconfig.py @ 5195:012f21c4c04e
increase surge protection limits for AttachFile to avoid trouble with image galleries
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Thu, 08 Oct 2009 09:10:57 +0200 |
parents | d751e9807213 |
children | dd5fc2391c85 |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Thu Oct 08 08:34:36 2009 +0200 +++ b/MoinMoin/config/multiconfig.py Thu Oct 08 09:10:57 2009 +0200 @@ -776,7 +776,7 @@ 'rss_rc': (1, 60), # The following actions are often used for images - to avoid pages with lots of images # (like photo galleries) triggering surge protection, we assign rather high limits: - 'AttachFile': (90, 60), + 'AttachFile': (300, 30), 'cache': (600, 30), # cache action is very cheap/efficient }, "Surge protection tries to deny clients causing too much load/traffic, see /SurgeProtection."),