mirror of https://github.com/rwf2/Rocket.git
Really disable MySQL pooling support.
This commit is contained in:
parent
8b2ee5b99a
commit
ed9d6096aa
|
@ -90,7 +90,7 @@ if [ "$1" = "--contrib" ]; then
|
||||||
diesel_sqlite_pool
|
diesel_sqlite_pool
|
||||||
diesel_mysql_pool
|
diesel_mysql_pool
|
||||||
postgres_pool
|
postgres_pool
|
||||||
mysql_pool
|
# mysql_pool
|
||||||
sqlite_pool
|
sqlite_pool
|
||||||
cypher_pool
|
cypher_pool
|
||||||
redis_pool
|
redis_pool
|
||||||
|
|
Loading…
Reference in New Issue