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
|
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue