Skip to content

Commit 1e5c78f

Browse files
committed
Update docker env example
1 parent 8992c1d commit 1e5c78f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker-compose/.env.example

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ COMPOSE_BAKE=true
77
# L1 / genesis configuration
88
L1_NETWORK=mainnet
99
L1_GENESIS_BLOCK=17478949
10-
L1_RPC_URL=https://ethereum-rpc.publicnode.com
1110
GENESIS_FILE=ethscriptions-mainnet.json
1211

13-
# Engine API auth
14-
JWT_SECRET=0x0101010101010101010101010101010101010101010101010101010101010101
15-
16-
# Importer performance tuning
17-
L1_PREFETCH_FORWARD=100
18-
L1_PREFETCH_THREADS=5
12+
# If you have a non-public high-performance RPC you can set forward
13+
# to something like 100 and threads to 10
14+
L1_RPC_URL=https://ethereum-rpc.publicnode.com
15+
L1_PREFETCH_FORWARD=2
16+
L1_PREFETCH_THREADS=1
1917

2018
# Geth tuning
2119
GETH_EXTERNAL_PORT=8545
2220
GETH_CACHE_SIZE=25000
2321
ENABLE_PREIMAGES=false
2422
GC_MODE=archive
23+
24+
JWT_SECRET=0x0101010101010101010101010101010101010101010101010101010101010101

0 commit comments

Comments
 (0)