File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ COMPOSE_BAKE=true
77# L1 / genesis configuration
88L1_NETWORK = mainnet
99L1_GENESIS_BLOCK = 17478949
10- L1_RPC_URL = https://ethereum-rpc.publicnode.com
1110GENESIS_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
2119GETH_EXTERNAL_PORT = 8545
2220GETH_CACHE_SIZE = 25000
2321ENABLE_PREIMAGES = false
2422GC_MODE = archive
23+
24+ JWT_SECRET = 0x0101010101010101010101010101010101010101010101010101010101010101
You can’t perform that action at this time.
0 commit comments