Cache usernames for log filter

* Fixes #1705
This commit is contained in:
JonnyWong16 2022-07-18 15:31:23 -07:00
commit 6e6de11aaa
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 25 additions and 13 deletions

View file

@ -548,6 +548,8 @@ def start():
global _STARTED
if _INITIALIZED:
logger.filter_usernames()
# Start refreshes on a separate thread
threading.Thread(target=startup_refresh).start()