Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: James Bayly <[email protected]>
  • Loading branch information
bgodlin and jamesbayly authored Dec 11, 2023
1 parent a989bbe commit 440207c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nautilus/nautilus-starter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- -f=/app
- --db-schema=app
- --workers=4
- --batch-size=1
- --batch-size=30
- --unfinalized-blocks=true

healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion Nautilus/nautilus-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const project: EthereumProject = {
version: "0.0.1",
name: "nautilus-subql-starter",
description:
"This project can be use as a starting point for developing your new Ethereum SubQuery project",
"This project can be use as a starting point for developing your new Nautilus SubQuery project",
runner: {
node: {
name: "@subql/node-ethereum",
Expand Down

0 comments on commit 440207c

Please sign in to comment.