Updated documentation to remove hash_urls, refs #1661

This commit is contained in:
Simon Willison 2022-03-18 17:33:06 -07:00
commit 32963018e7
3 changed files with 11 additions and 38 deletions

View file

@ -142,8 +142,6 @@ datasette serve --help-settings
(default=200)
facet_suggest_time_limit_ms Time limit for calculating a suggested facet
(default=50)
hash_urls Include DB file contents hash in URLs, for far-
future caching (default=False)
allow_facet Allow users to specify columns to facet using
?_facet= parameter (default=True)
allow_download Allow users to download the original SQLite
@ -152,8 +150,6 @@ datasette serve --help-settings
(default=True)
default_cache_ttl Default HTTP cache TTL (used in Cache-Control:
max-age= header) (default=5)
default_cache_ttl_hashed Default HTTP cache TTL for hashed URL pages
(default=31536000)
cache_size_kb SQLite cache size in KB (0 == use SQLite default)
(default=0)
allow_csv_stream Allow .csv?_stream=1 to download all rows