You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ on a [JSON](https://en.wikipedia.org/wiki/JSON) file placed in `sqlpage/sqlpage.
12
12
|`database_connection_idle_timeout_seconds`| depends on the database | Automatically close database connections after this period of inactivity |
13
13
|`database_connection_max_lifetime_seconds`| depends on the database | Always close database connections after this amount of time |
14
14
|`database_connection_retries`| 6 | Database connection attempts before giving up. Retries will happen every 5 seconds. |
15
+
|`database_connection_acquire_timeout_seconds`| 10 | How long to wait when acquiring a database connection from the pool before giving up and returning an error. |
15
16
|`sqlite_extensions`|| An array of SQLite extensions to load, such as `mod_spatialite`|
16
17
17
18
You can find an example configuration file in [`sqlpage/sqlpage.json`](./sqlpage/sqlpage.json).
0 commit comments