1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

Protect against fast flooding from the same ip.

This commit is contained in:
King_DuckZ 2017-05-11 09:48:18 +01:00
parent f4991dfd5f
commit 9e63a648a1
5 changed files with 1507 additions and 1 deletions

View file

@ -71,6 +71,7 @@ namespace {
parSettings.add_default("max_pastie_size", "10000");
parSettings.add_default("truncate_long_pasties", "false");
parSettings.add_default("logging_level", "err");
parSettings.add_default("submit_min_wait", "10");
}
} //unnamed namespace