mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
fix bug
This commit is contained in:
@@ -17,7 +17,7 @@ comment_joins_strings = [
|
|||||||
def comment_joins(**args):
|
def comment_joins(**args):
|
||||||
# max elapsed time between the latest and the N latest join
|
# max elapsed time between the latest and the N latest join
|
||||||
timespan = 120
|
timespan = 120
|
||||||
max_joins = config.runtime_config_store
|
max_joins = 6
|
||||||
|
|
||||||
current_timestamp = int(time.time())
|
current_timestamp = int(time.time())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user