qinglong/back/api
copilot-swe-agent[bot] 82514e65e1 Add server timeout configuration and improve error handling for script save operations
- Configure HTTP server timeouts (requestTimeout: 5min, headersTimeout: 2min, keepAliveTimeout: 65s)
- Add better error logging in PUT /scripts endpoint
- Improve writeFileWithLock error handling with descriptive messages and proper cleanup
- Ensure lock is always released even on error

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-12-27 08:43:11 +00:00
..
config.ts 写入文件增加文件锁,避免竞争条件引起文件内容异常 2025-01-04 01:22:29 +08:00
cron.ts 定时任务支持 @once 和 @boot 任务 2025-02-20 02:18:59 +08:00
dependence.ts 修复 cron-parser import,websocket basepath 2025-12-23 00:28:16 +08:00
env.ts 环境变量支持置顶 (#2822) 2025-11-09 19:43:33 +08:00
health.ts 修改服务启动逻辑 2025-05-07 09:30:00 +08:00
index.ts 修改服务启动逻辑 2025-05-07 09:30:00 +08:00
log.ts 修复 /:file 获取日志接口 2025-05-16 00:57:27 +08:00
open.ts 修改系统内部获取token方式 2022-06-14 22:43:18 +08:00
script.ts Add server timeout configuration and improve error handling for script save operations 2025-12-27 08:43:11 +00:00
subscription.ts 修复 cron-parser import,websocket basepath 2025-12-23 00:28:16 +08:00
system.ts Add global SSH key configuration in system settings (#2840) 2025-11-20 10:09:01 +08:00
update.ts 修改服务启动逻辑 2025-05-07 09:30:00 +08:00
user.ts feat: Support multiple concurrent login sessions per platform (#2816) 2025-11-19 00:18:29 +08:00