Added num_sql_threads config option, closes #285

This commit is contained in:
Simon Willison 2018-05-26 17:43:22 -07:00
commit 7944a8b0de
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
3 changed files with 16 additions and 3 deletions

View file

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