Skip to content

Commit 81a963e

Browse files
committed
increase db acquire timeout on official site as a workaround to #713
1 parent a6c7a3f commit 81a963e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"database_url": "sqlite://:memory:"
2+
"database_url": "sqlite://:memory:",
3+
"database_connection_acquire_timeout_seconds": 86400
34
}

0 commit comments

Comments
 (0)