mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New config option max_csv_mb limiting size of CSV export - refs #266
This commit is contained in:
parent
619a9ddb33
commit
9d00718250
8 changed files with 89 additions and 29 deletions
|
|
@ -902,6 +902,7 @@ def test_config_json(app_client):
|
|||
"num_sql_threads": 3,
|
||||
"cache_size_kb": 0,
|
||||
"allow_csv_stream": True,
|
||||
"max_csv_mb": 100,
|
||||
} == response.json
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue