摘要:Environment Variables for API service & worker Common Variables The backend URL of the console API, used to concatenate the authorization callback. If
阅读全文
03 2025 档案
摘要:数据库连接池配置指南 配置参数 最大空闲时间 (maxIdleTime) 当连接在池中空闲的时间超过这个配置值时,连接将被回收。 示例:maxIdleTime=300000(单位:毫秒) 最大存活时间 (maxLifetime) 当连接在池中的总存活时间超过这个配置值时,连接将被回收,即使它不是空闲
阅读全文