set worker count

This commit is contained in:
Bryan Stitt 2022-05-20 02:06:07 +00:00
parent 8d8b8f37bf
commit d51e5116a1

View File

@ -2,6 +2,6 @@ services:
base: base:
build: . build: .
restart: unless-stopped restart: unless-stopped
command: --config /config.toml command: --config /config.toml --workers 8
environment: environment:
RUST_LOG: "web3_proxy=trace" RUST_LOG: "web3_proxy=trace"