chore: distinguish settings
This commit is contained in:
parent
22a7b482c5
commit
fdcb034da0
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ class PostgreSQLDB:
|
|||
|
||||
# Server settings
|
||||
self.server_settings = config.get("server_settings")
|
||||
|
||||
# Statement LRU cache size
|
||||
self.statement_cache_size = int(config.get("statement_cache_size"))
|
||||
|
||||
if self.user is None or self.password is None or self.database is None:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue