refactor(db)!: finalize pooled WNDB v2 migration
This commit is contained in:
+7
-5
@@ -36,13 +36,15 @@ class Settings(BaseSettings):
|
||||
METADATA_DB_POOL_SIZE: int = 5
|
||||
METADATA_DB_MAX_OVERFLOW: int = 10
|
||||
|
||||
PROJECT_PG_CACHE_SIZE: int = 50
|
||||
PROJECT_TS_CACHE_SIZE: int = 50
|
||||
PROJECT_PG_CACHE_SIZE: int = 16
|
||||
PROJECT_TS_CACHE_SIZE: int = 16
|
||||
PROJECT_PG_POOL_MIN_SIZE: int = 0
|
||||
PROJECT_PG_POOL_SIZE: int = 5
|
||||
PROJECT_PG_MAX_OVERFLOW: int = 10
|
||||
PROJECT_PG_POOL_SIZE: int = 4
|
||||
PROJECT_PG_MAX_OVERFLOW: int = 2
|
||||
PROJECT_TS_POOL_MIN_SIZE: int = 0
|
||||
PROJECT_TS_POOL_MAX_SIZE: int = 10
|
||||
PROJECT_TS_POOL_MAX_SIZE: int = 4
|
||||
WNDB_TEMPLATE_DB_NAME: str = "tjwater_v2_template"
|
||||
WNDB_TEMP_DB_MAX_COUNT: int = 8
|
||||
|
||||
# Keycloak access token verification
|
||||
KEYCLOAK_PUBLIC_KEY: str = ""
|
||||
|
||||
Reference in New Issue
Block a user