mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Updated docs renaming config to settings
- config.html is now settings.html - ConfigOption in app.py is now Setting - updated documentation unit tests Refs #1106
This commit is contained in:
parent
33eadb8782
commit
5a77f7a649
18 changed files with 408 additions and 396 deletions
|
|
@ -164,7 +164,7 @@ To see a more interesting example, try ordering the records with the longest geo
|
|||
|
||||
datasette rivers-database.db \
|
||||
--load-extension=/usr/local/lib/mod_spatialite.dylib \
|
||||
--config sql_time_limit_ms:10000
|
||||
--setting sql_time_limit_ms 10000
|
||||
|
||||
Now try the following query:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue