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

@ -38,6 +38,15 @@ You can increase or decrease this limit like so::
datasette mydatabase.db --config max_returned_rows:2000
num_sql_threads
---------------
Maximum number of threads in the thread pool Datasette uses to execute SQLite queries. Defaults to 3.
::
datasette mydatabase.db --config num_sql_threads:10
allow_facet
-----------