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:
Claude 2026-07-09 06:18:42 +00:00
commit ca995df664
No known key found for this signature in database

View file

@ -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,