patch by braph: use decorator for config lock, drop IPC lock

This commit is contained in:
Thorsten
2016-04-03 21:20:14 +02:00
parent 89db85ad59
commit fca53d869f
5 changed files with 27 additions and 33 deletions

View File

@@ -14,7 +14,6 @@ hist_max_count = integer(default=5)
hist_max_time = integer(default=10*60)
persistent_storage = string(default='urlbot.persistent')
persistent_locked = boolean(default=false)
# the "dice" feature will use more efficient random data (0) for given users
enhanced-random-user = string_list(default=list())