Set max mentions

main
Bob Mottram 2022-11-17 19:13:46 +00:00
parent 2653902825
commit 9f02bd6f99
1 changed files with 2 additions and 0 deletions

View File

@ -22204,6 +22204,8 @@ def run_daemon(map_format: str,
create_initial_last_seen(base_dir, http_prefix)
httpd.max_mentions = max_mentions
print('THREAD: Creating inbox queue')
httpd.thrInboxQueue = \
thread_with_trace(target=run_inbox_queue,