mirror of https://gitlab.com/bashrc2/epicyon
Set max mentions
parent
2653902825
commit
9f02bd6f99
|
@ -22204,6 +22204,8 @@ def run_daemon(map_format: str,
|
||||||
|
|
||||||
create_initial_last_seen(base_dir, http_prefix)
|
create_initial_last_seen(base_dir, http_prefix)
|
||||||
|
|
||||||
|
httpd.max_mentions = max_mentions
|
||||||
|
|
||||||
print('THREAD: Creating inbox queue')
|
print('THREAD: Creating inbox queue')
|
||||||
httpd.thrInboxQueue = \
|
httpd.thrInboxQueue = \
|
||||||
thread_with_trace(target=run_inbox_queue,
|
thread_with_trace(target=run_inbox_queue,
|
||||||
|
|
Loading…
Reference in New Issue