Renamed ?_sql_time_limit_ms= to ?_timelimit, closes #242

This commit is contained in:
Simon Willison 2018-05-01 17:11:46 -07:00
commit 8081ec7bb4
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
4 changed files with 8 additions and 8 deletions

View file

@ -154,7 +154,7 @@ The Datasette table view takes a number of special querystring arguments:
You can pass multiple ``_group_count`` columns to return counts against
unique combinations of those columns.
``?_sql_time_limit_ms=MS``
``?_timelimit=MS``
Sets a custom time limit for the query in ms. You can use this for optimistic
queries where you would like Datasette to give up if the query takes too
long, for example if you want to implement autocomplete search but only if