mirror of
https://github.com/simonw/datasette.git
synced 2026-07-11 10:04:35 +02:00
max_post_body_bytes setting, enforced for reuest.post_body()
Closes #2823
This commit is contained in:
parent
5bcf191e60
commit
58c07cc264
13 changed files with 240 additions and 15 deletions
|
|
@ -244,6 +244,9 @@ These can be passed to ``datasette serve`` using ``datasette serve --setting nam
|
|||
custom query (default=1000)
|
||||
max_insert_rows Maximum rows that can be inserted at a time using
|
||||
the bulk insert API (default=100)
|
||||
max_post_body_bytes Maximum size in bytes for a POST body read into
|
||||
memory, e.g. JSON API requests - set 0 to disable
|
||||
this limit (default=2097152)
|
||||
num_sql_threads Number of threads in the thread pool for
|
||||
executing SQLite queries (default=3)
|
||||
sql_time_limit_ms Time limit for a SQL query in milliseconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue