1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

scope fixes; put hist_max_* to conf()

This commit is contained in:
urlbot
2014-09-27 05:56:39 +02:00
parent 013409d6d8
commit 60285089fe
3 changed files with 8 additions and 7 deletions

View File

@@ -10,6 +10,9 @@ config['src-url'] = 'FIXME'
config['bot_user'] = 'urlbot'
config['bot_owner'] = 'FIXME'
config['hist_max_count'] = 5
config['hist_max_time'] = 10 * 60
# the "dice" feature will use more efficient random data (0) for given users
config['enhanced-random-user'] = ( 'FIXME', 'FIXME' )