mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added num_sql_threads config option, closes #285
This commit is contained in:
parent
276913b748
commit
7944a8b0de
3 changed files with 16 additions and 3 deletions
|
|
@ -940,6 +940,7 @@ def test_config_json(app_client):
|
|||
"suggest_facets": True,
|
||||
"allow_sql": True,
|
||||
"default_cache_ttl": 365 * 24 * 60 * 60,
|
||||
"num_sql_threads": 3,
|
||||
} == response.json
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue