[eat] 支持自定义启动服务的进程、线程数

This commit is contained in:
Wizerd
2023-12-29 09:11:03 +08:00
parent bbbf32fde2
commit 595bfbe0e6
4 changed files with 26 additions and 12 deletions

View File

@@ -173,9 +173,9 @@ CORS(app, resources={r"/images/*": {"origins": "*"}})
PANDORA_UPLOAD_URL = 'files.pandoranext.com'
VERSION = '0.3.6'
VERSION = '0.3.7'
# VERSION = 'test'
UPDATE_INFO = '增加特殊情况下的错误日志输出'
UPDATE_INFO = '支持自定义启动服务的进程、线程数'
# UPDATE_INFO = '【仅供临时测试使用】 '
with app.app_context():