configs: removed deprecated convert_unicode param

This commit is contained in:
Marcin Kuzminski 2019-09-30 10:55:14 +02:00
parent 1d9452ce80
commit f14723cb7f
4 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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