Skip to content

Commit

Permalink
add subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElessarST committed Feb 9, 2024
1 parent f430989 commit 779d70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion indexer/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@
},
"serve": {
"description": "Start the GraphQL API server",
"cmd": ["squid-graphql-server"]
"cmd": ["squid-graphql-server", "--subscriptions"]
},
"serve:prod": {
"description": "Start the GraphQL API server with caching and limits",
"cmd": ["squid-graphql-server",
"--subscriptions",
"--dumb-cache", "in-memory",
"--dumb-cache-ttl", "1000",
"--dumb-cache-size", "100",
Expand Down

0 comments on commit 779d70f

Please sign in to comment.