Tweaked voting logic
This commit is contained in:
+2
-2
@@ -17,9 +17,9 @@ vote_activity_hours: 6672 # Hours a user must have been active within to be eli
|
||||
|
||||
# --- Wait times (seconds) ---
|
||||
sync_timeout: 3000 # Initial sync timeout for scraper/user-list (ms)
|
||||
poll_interval: 30 # How often the scraper polls for new messages (s)
|
||||
poll_interval: 10 # How often the scraper polls for new messages (s)
|
||||
command_sync_timeout: 30000 # Sync timeout when listening for chat commands (ms)
|
||||
post_interval: 0.5 # Delay between posting each suggestion (s)
|
||||
post_interval: 0.2 # Delay between posting each suggestion (s)
|
||||
initial_sync_timeout: 300 # Initial sync timeout for post_results (ms)
|
||||
post_loop_interval: 1 # Delay between post_results loop iterations (s)
|
||||
user_list_interval: 300 # How often the user-list service refreshes (s)
|
||||
|
||||
Reference in New Issue
Block a user