mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
feat: 减少和删除过于保守的等待时间,提升速度
This commit is contained in:
@@ -38,7 +38,7 @@ try {
|
||||
} catch (err) {
|
||||
logger.error('服务器', '配置加载失败', { error: err.message });
|
||||
logger.error('服务器', '请先初始化配置:复制 config.example.yaml 为 config.yaml');
|
||||
process.exit(1);
|
||||
process.exit(78); // 使用 78 退出码,supervisor 不会自动重启
|
||||
}
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user