diff --git a/app.fcgi b/app.fcgi index 1195ee8..882e102 100755 --- a/app.fcgi +++ b/app.fcgi @@ -25,7 +25,7 @@ app.logger.addHandler(TimedRotatingFileHandler( "logs/app.log", when="midnight", backupCount=7)) app.logger.info(u"Flask server started " + asctime()) -bot = Bot(".earwigbot", 100) +bot = Bot(".earwigbot", 0) def catch_errors(func): @wraps(func)