From bfdcb17dff5bd512cae28e68b64af99b278d0ecc Mon Sep 17 00:00:00 2001 From: RhodeCode Admin Date: Mon, 20 Mar 2023 20:02:35 +0100 Subject: [PATCH] configs: remove convert unicode which is deprecated --- configs/development.ini | 1 - configs/production.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/configs/development.ini b/configs/development.ini index 5c41299c..95ac05e8 100644 --- 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 index 0130093a..49612fc5 100644 --- 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