simonw / datasette-graphql

Datasette plugin providing an automatic GraphQL API for your SQLite databases
https://datasette-graphql-demo.datasette.io/
Apache License 2.0
98 stars 6 forks source link

Time and query limits #59

Closed simonw closed 3 years ago

simonw commented 3 years ago

Refs #33. Still needs:

simonw commented 3 years ago

Two configuration options:

simonw commented 3 years ago
plugins:
  datasette-graphql:
    time_limit_ms: 2000
    num_queries_limit: 200
simonw commented 3 years ago

Setting these to 0 should disable the limits.