Skip to content

Commit

Permalink
increase sql time limit (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
falkben authored Jul 4, 2024
1 parent aec8d0c commit 7ca540f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
datasette publish fly database.db \
--install datasette-graphql --install datasette-vega \
--app steam-to-sqlite \
--metadata datasette-data/metadata.json
--metadata datasette-data/metadata.json \
--setting sql_time_limit_ms 3500

0 comments on commit 7ca540f

Please sign in to comment.