Skip to content

Commit

Permalink
fix (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandromazza98 committed Dec 6, 2023
1 parent d535c46 commit 5885ef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ install:

# Run the crawler with a string argument for the ws RPC
run:
# set max open file descriptor to 25000
ulimit -n 25000

source "$HOME/.cargo/env"
cargo build --release -p reth-crawler
cd target/release
Expand Down

0 comments on commit 5885ef4

Please sign in to comment.