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
|`database_url`| sqlite://sqlpage.db?mode=rwc | Database connection URL, in the form `dbname://user:password@host:port/dbname`. Special characters in user and password should be [percent-encoded](https://developer.mozilla.org/en-US/docs/Glossary/percent-encoding).|
13
13
|`port`| 8080 | Like listen_on, but specifies only the port. |
14
14
|`max_database_pool_connections`| PostgreSQL: 50<BR> MySql: 75<BR> SQLite: 16<BR> MSSQL: 100 | How many simultaneous database connections to open at most |
15
15
|`database_connection_idle_timeout_seconds`| SQLite: None<BR> All other: 30 minutes | Automatically close database connections after this period of inactivity |
0 commit comments