k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.56k stars 233 forks source link

Copy upstream behavior around setting maxIdle to 0 #50

Closed brandond closed 4 years ago

brandond commented 4 years ago

As per https://github.com/rancher/kine/pull/37#issuecomment-665492471 setting this to 0 or allowing it to default to 0 imposes a severe performance penalty.

Signed-off-by: Brad Davidson brad.davidson@rancher.com