New config option max_csv_mb limiting size of CSV export - refs #266

This commit is contained in:
Simon Willison 2018-06-17 20:01:30 -07:00
commit 9d00718250
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
8 changed files with 89 additions and 29 deletions

View file

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