# HG changeset patch # User RhodeCode Admin # Date 2023-03-20 19:02:35 # Node ID b21cebd3cc24ef064e638ca4305eb0e77e856fee # Parent 5ee395cb248c88834cffeed262b812e52f28c840 configs: remove convert unicode which is deprecated diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -614,7 +614,6 @@ 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 diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -565,7 +565,6 @@ 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