mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Updated documentation to remove hash_urls, refs #1661
This commit is contained in:
parent
9979dcd07f
commit
32963018e7
3 changed files with 11 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue