@@ -1,13 +1,6 @@
|
||||
environment: "${ABOT_ENVIRONMENT:development}"
|
||||
plugin_dir: "${ABOT_PLUGIN_DIR:plugins}"
|
||||
|
||||
runtime:
|
||||
# 后台长任务插件专用并发池大小:
|
||||
# 1. 当前前台消息处理仍然保留固定 20 并发槽位;
|
||||
# 2. 配置为 background 的长任务插件会转入这个独立池执行,不再长期占住前台槽位;
|
||||
# 3. 如果模型/截图/报表类任务较多,可以适当调大;若机器较弱,建议保守一些。
|
||||
background_plugin_max_concurrency: "${ABOT_BACKGROUND_PLUGIN_MAX_CONCURRENCY:6}"
|
||||
|
||||
db_config:
|
||||
pool_name: "${ABOT_DB_POOL_NAME:wechat_boot_pool}"
|
||||
pool_size: "${ABOT_DB_POOL_SIZE:10}"
|
||||
|
||||
Reference in New Issue
Block a user