fix(db): 收斂 DatabaseManager PostgreSQL 連線池
All checks were successful
CD Pipeline / deploy (push) Successful in 1m35s

This commit is contained in:
OoO
2026-04-30 10:08:31 +08:00
parent 27e765668b
commit 74d64092bc
9 changed files with 103 additions and 49 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-04-30 V10.15: ElephantAlpha NIM model fallback hardening
SYSTEM_VERSION = "V10.15"
# 🚩 2026-04-30 V10.16: DatabaseManager PostgreSQL pool convergence
SYSTEM_VERSION = "V10.16"
# ==========================================
# 🔒 SQL Injection 防護函數