Also remove default_cache_ttl_hashed setting, refs #1661

This commit is contained in:
Simon Willison 2022-03-18 17:25:14 -07:00
commit 9979dcd07f
5 changed files with 16 additions and 35 deletions

View file

@ -798,14 +798,12 @@ def test_settings_json(app_client):
"allow_facet": True,
"suggest_facets": True,
"default_cache_ttl": 5,
"default_cache_ttl_hashed": 365 * 24 * 60 * 60,
"num_sql_threads": 1,
"cache_size_kb": 0,
"allow_csv_stream": True,
"max_csv_mb": 100,
"truncate_cells_html": 2048,
"force_https_urls": False,
"hash_urls": False,
"template_debug": False,
"trace_debug": False,
"base_url": "/",