cubicweb/__main__.py
author Philippe Pepiot <ph@itsalwaysdns.eu>
Mon, 30 Mar 2020 15:46:12 +0200
changeset 12963 dd9e98b25213
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] dynamically close idle database connections When pool hasn't been empty for `idle_timeout` time, start closing connections.

from cubicweb.cwctl import run

run()