mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-06 11:31:12 +00:00
chore: Add pylint for DB-GPT core lib (#1076)
This commit is contained in:
@@ -25,7 +25,9 @@ def initialize_components(
|
||||
from dbgpt.model.cluster.controller.controller import controller
|
||||
|
||||
# Register global default executor factory first
|
||||
system_app.register(DefaultExecutorFactory)
|
||||
system_app.register(
|
||||
DefaultExecutorFactory, max_workers=param.default_thread_pool_size
|
||||
)
|
||||
system_app.register_instance(controller)
|
||||
|
||||
from dbgpt.serve.agent.hub.controller import module_agent
|
||||
|
Reference in New Issue
Block a user