Skip to content

Commit

Permalink
try to fix long request on explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
ElessarST committed Mar 4, 2024
1 parent 15dc385 commit 210bcfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"migrations:generate": "sqd migration:generate",
"migrations:apply": "sqd migration:apply",
"serve": "squid-graphql-server --subscriptions serve",
"serve:prod": "squid-graphql-server --subscriptions --dumb-cache in-memory --dumb-cache-ttl 1000 --dumb-cache-size 100 --dumb-cache-max-age 1000",
"format": "prettier --write \"src/**/*.ts\"",
"start": "npm run migration:apply && node lib/main.js"
},
Expand Down

0 comments on commit 210bcfa

Please sign in to comment.