refactor(db)!: finalize pooled WNDB v2 migration
This commit is contained in:
+7
-5
@@ -40,13 +40,15 @@ METADATA_DB_USER="tjwater"
|
||||
METADATA_DB_PASSWORD="password"
|
||||
|
||||
# Per-project synchronous connection pools
|
||||
PROJECT_PG_CACHE_SIZE="50"
|
||||
PROJECT_TS_CACHE_SIZE="50"
|
||||
PROJECT_PG_CACHE_SIZE="16"
|
||||
PROJECT_TS_CACHE_SIZE="16"
|
||||
PROJECT_PG_POOL_MIN_SIZE="0"
|
||||
PROJECT_PG_POOL_SIZE="5"
|
||||
PROJECT_PG_MAX_OVERFLOW="10"
|
||||
PROJECT_PG_POOL_SIZE="4"
|
||||
PROJECT_PG_MAX_OVERFLOW="2"
|
||||
PROJECT_TS_POOL_MIN_SIZE="0"
|
||||
PROJECT_TS_POOL_MAX_SIZE="10"
|
||||
PROJECT_TS_POOL_MAX_SIZE="4"
|
||||
WNDB_TEMPLATE_DB_NAME="tjwater_v2_template"
|
||||
WNDB_TEMP_DB_MAX_COUNT="8"
|
||||
|
||||
# ============================================
|
||||
# Keycloak JWT (可选)
|
||||
|
||||
Reference in New Issue
Block a user