mirror of
https://github.com/simonw/datasette.git
synced 2026-07-22 15:34:34 +02:00
Add busy_timeout_ms and journal_mode to expected /-/settings.json
Refs #2831 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N76afGMhBRQk528VF1LTpR
This commit is contained in:
parent
f6ded9af75
commit
ca995df664
1 changed files with 2 additions and 0 deletions
|
|
@ -694,6 +694,8 @@ async def test_settings_json(ds_client):
|
|||
"max_insert_rows": 100,
|
||||
"max_post_body_bytes": 2 * 1024 * 1024,
|
||||
"sql_time_limit_ms": 200,
|
||||
"busy_timeout_ms": 5000,
|
||||
"journal_mode": "",
|
||||
"allow_download": True,
|
||||
"allow_signed_tokens": True,
|
||||
"max_signed_tokens_ttl": 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue