##// END OF EJS Templates
configs: remove convert unicode which is deprecated
super-admin -
r4971:b21cebd3 default
parent child Browse files
Show More
@@ -614,7 +614,6 b' sqlalchemy.db1.echo = false'
614 614
615 615 ; recycle the connections after this amount of seconds
616 616 sqlalchemy.db1.pool_recycle = 3600
617 sqlalchemy.db1.convert_unicode = true
618 617
619 618 ; the number of connections to keep open inside the connection pool.
620 619 ; 0 indicates no limit
@@ -565,7 +565,6 b' sqlalchemy.db1.echo = false'
565 565
566 566 ; recycle the connections after this amount of seconds
567 567 sqlalchemy.db1.pool_recycle = 3600
568 sqlalchemy.db1.convert_unicode = true
569 568
570 569 ; the number of connections to keep open inside the connection pool.
571 570 ; 0 indicates no limit
General Comments 0
You need to be logged in to leave comments. Login now