Datasette is great software and is easy to use. It lets me can focus on building up a database and gives me a searchable web UI and an API for my data. But the defaults aren't always sufficient for deploying to Heroku. For example, I ran into an SQL timeout error pretty quickly. The error I saw on HerokuI'm using datasette for the California municipal campaign finance project and saw the timeout errors when I was just sorting some columns. So I wanted to up the timeout limit from the default ...