mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Replaced the --max_returned_rows and --sql_time_limit_ms options to "datasette serve" with a new --limit option, which supports a larger list of limits. Example usage: datasette serve --limit max_returned_rows:1000 \ --limit sql_time_limit_ms:2500 \ --limit default_facet_size:50 \ --limit facet_time_limit_ms:1000 \ --limit facet_suggest_time_limit_ms:500 New docs: https://datasette.readthedocs.io/en/latest/limits.html Closes #270 Closes #264 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| auto-build.sh | ||
| changelog.rst | ||
| conf.py | ||
| custom_templates.rst | ||
| facets.png | ||
| facets.rst | ||
| full_text_search.png | ||
| full_text_search.rst | ||
| getting_started.rst | ||
| index.rst | ||
| json_api.rst | ||
| limits.rst | ||
| Makefile | ||
| metadata.rst | ||
| plugins.rst | ||
| sql_queries.rst | ||