Use queue default

This commit is contained in:
felinae98 2021-10-29 15:01:26 +08:00
parent 0c79540174
commit 76061d338d
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -10,7 +10,7 @@ class PlugConfig(BaseSettings):
hk_reporter_use_local: bool = False
hk_reporter_browser: str = ''
hk_reporter_init_filter: bool = True
hk_reporter_use_queue: bool = False
hk_reporter_use_queue: bool = True
class Config:
extra = 'ignore'