docs: keep working when scache reload fails

Docs for 54430c3a2c
This commit is contained in:
steve-chavez
2026-08-06 17:54:23 -05:00
parent 75891975f5
commit 6951e1301d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -47,6 +47,8 @@ Under a busy system, the :ref:`db-pool-max-idletime` won't be reached and the co
To avoid this problem and save resources, a connection max lifetime (:ref:`db-pool-max-lifetime`) is enforced.
After the max lifetime is reached, connections from the pool will be released and new ones will be created. This doesn't affect running requests, only unused connections will be released.
.. _pool_timeout:
Acquisition Timeout
-------------------