Skip to content

Commit

Permalink
🔧 🦑
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Sep 28, 2023
1 parent 1f10950 commit 8f806db
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions squid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
manifestVersion: subsquid.io/v0.1
name: rubick
version: 8
description: |-
SubSquid indexer for Kusama 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:
addons:
postgres:
storage: 10G
profile: small

0 comments on commit 8f806db

Please sign in to comment.