fix request counter

This commit is contained in:
Thorsten S
2015-12-21 00:08:46 +01:00
parent 15c78581f6
commit b727a631f3
5 changed files with 5 additions and 70 deletions

View File

@@ -13,7 +13,6 @@ hist_max_time = integer(default=10*60)
# statistics
uptime = integer(default=0)
request_counter = integer(default=0)
persistent_storage = string(default='urlbot.persistent')
persistent_locked = boolean(default=false)