Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #171 from kodadot/squid-manifest
Browse files Browse the repository at this point in the history
🔧 snekk configs
  • Loading branch information
vikiival authored Apr 18, 2023
2 parents f38aba1 + 15576c6 commit edc3a89
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
17 changes: 17 additions & 0 deletions snek.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
manifestVersion: subsquid.io/v0.1
name: sneck
version: 1
description: |-
SubSquid indexer for Basilisk NFTs on Rococo by KodaDot
build:

deploy:
addons:
postgres:
config:
statement_timeout: 30000
log_min_duration_statement: 5000
processor:
cmd: [ "node", "lib/processor" ]
api:
cmd: [ "npx", "squid-graphql-server", "--subscriptions", "--dumb-cache", "in-memory", "--dumb-cache-ttl", "1000", "--dumb-cache-size", "100", "--dumb-cache-max-age", "1000" ]
20 changes: 20 additions & 0 deletions squid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
manifestVersion: subsquid.io/v0.1
name: snekk
version: 6
description: |-
SubSquid indexer for Basilisk NFTs by KodaDot
build:

deploy:
addons:
postgres:
config:
statement_timeout: 30000
log_min_duration_statement: 5000
processor:
cmd: [ "node", "lib/processor" ]
api:
cmd: [ "npx", "squid-graphql-server", "--subscriptions", "--dumb-cache", "in-memory", "--dumb-cache-ttl", "1000", "--dumb-cache-size", "100", "--dumb-cache-max-age", "1000" ]

scale:
dedicated: true

0 comments on commit edc3a89

Please sign in to comment.