From b9cda5e36efb5491f885e7bac321f9a83ba72616 Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Sun, 12 Apr 2015 23:01:29 +0200 Subject: [PATCH] Updated ini --- servatrice/servatrice.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servatrice/servatrice.ini.example b/servatrice/servatrice.ini.example index 52c1f61b..bd1cad55 100644 --- a/servatrice/servatrice.ini.example +++ b/servatrice/servatrice.ini.example @@ -147,8 +147,8 @@ max_games_per_user=5 ; This setting defines the length in seconds of the considered interval; default is 10 command_counting_interval=10 -; Maximum number of game commands in an interval before new commands gets dropped; default is 10 -max_command_count_per_interval=10 +; Maximum number of game commands in an interval before new commands gets dropped; default is 20 +max_command_count_per_interval=20 [logging]