Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran1710 committed Dec 6, 2023
1 parent 3f9a2c2 commit e0b3dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--batch 50 \
--task-limit 50 \
--channel-size 2 \
--block-zorder 5000 \
--block-partition 100000 \
--config secrets/ethereum.toml \
--request-timeout 50 --producer delta --resumer redis://localhost:6379 --block-descriptor ./ingestor/src/proto/ethereum.desc
```
Expand Down Expand Up @@ -59,7 +59,7 @@ RUST_LOG=info cargo run -p ingestor -- \
--config secrets/config.toml \
--request-timeout 1 \
--resumer redis://localhost:6379
--block-zorder 5000 // default: 5000
--block-partition 100000 // default: 100_000
```

### Ingestor Mode
Expand Down

0 comments on commit e0b3dca

Please sign in to comment.