configs: removed deprecated convert_unicode param
This commit is contained in:
parent
1d9452ce80
commit
f14723cb7f
4 changed files with 0 additions and 4 deletions
|
|
@ -529,7 +529,6 @@ sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db?timeout=30
|
|||
sqlalchemy.db1.echo = false
|
||||
## recycle the connections after this amount of seconds
|
||||
sqlalchemy.db1.pool_recycle = 3600
|
||||
sqlalchemy.db1.convert_unicode = true
|
||||
|
||||
## the number of connections to keep open inside the connection pool.
|
||||
## 0 indicates no limit
|
||||
|
|
|
|||
|
|
@ -502,7 +502,6 @@ sqlalchemy.db1.url = postgresql://postgres:qweqwe@localhost/rhodecode
|
|||
sqlalchemy.db1.echo = false
|
||||
## recycle the connections after this amount of seconds
|
||||
sqlalchemy.db1.pool_recycle = 3600
|
||||
sqlalchemy.db1.convert_unicode = true
|
||||
|
||||
## the number of connections to keep open inside the connection pool.
|
||||
## 0 indicates no limit
|
||||
|
|
|
|||
|
|
@ -35,4 +35,3 @@ use the following steps:
|
|||
# see sqlalchemy docs for other advanced settings
|
||||
sqlalchemy.db1.echo = false
|
||||
sqlalchemy.db1.pool_recycle = 3600
|
||||
sqlalchemy.db1.convert_unicode = true
|
||||
|
|
|
|||
|
|
@ -464,7 +464,6 @@ sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode_test.db?timeout=30
|
|||
sqlalchemy.db1.echo = false
|
||||
## recycle the connections after this amount of seconds
|
||||
sqlalchemy.db1.pool_recycle = 3600
|
||||
sqlalchemy.db1.convert_unicode = true
|
||||
|
||||
## the number of connections to keep open inside the connection pool.
|
||||
## 0 indicates no limit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue