Skip to content

Commit

Permalink
remove subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
ElessarST committed Mar 26, 2024
1 parent 1dd5fa2 commit ed22585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indexer/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@
},
"serve": {
"description": "Start the GraphQL API server",
"cmd": ["squid-graphql-server", "--subscriptions"]
"cmd": ["squid-graphql-server"]
},
"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 ed22585

Please sign in to comment.