refactor: deprecate int32 (#7025)
* refactor: deprecate int32 * fix(db): reject legacy user quota schemas at startup * fix(quota): enforce wallet bounds and saturating billing conversions * fix(rate-limit): keep count*duration from wrapping int64 * fix: error message
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
# SQL_MAX_LIFETIME=60
|
||||
# 慢查询日志阈值(毫秒),0 表示关闭慢查询日志,超出 0-3600000 范围回退默认值 200
|
||||
# SQL_SLOW_THRESHOLD_MS=200
|
||||
# 跳过用户额度列 64 位 schema 检查(仅在已确认数据库列可容纳 64 位时启用)
|
||||
# SKIP_64BIT_QUOTA_SCHEMA_CHECK=true
|
||||
|
||||
|
||||
# 缓存相关配置
|
||||
|
||||
Reference in New Issue
Block a user