feat: optimize consumer thread pool

This commit is contained in:
zhayujie
2024-02-05 12:01:41 +08:00
parent 95708489c9
commit af5bc73dc0
7 changed files with 93 additions and 42 deletions

View File

@@ -46,3 +46,6 @@ class Plugin:
def get_help_text(self, **kwargs):
return "暂无帮助信息"
def reload(self):
pass