increased flood protection to 4 messges in 10 seconds

This commit is contained in:
Gunter Labes 2006-02-03 18:14:37 +00:00
parent 41e4337d3f
commit 5649660eb3

View file

@ -40,7 +40,7 @@ config* player::config_address()
namespace
{
const size_t MaxMessages = 4;
const size_t TimePeriod = 5;
const size_t TimePeriod = 10;
}