Skip to content

Commit fb888ff

Browse files
author
Mateusz Czeladka
committed
chore: disable PEER_DISCOVERY by default for mainnet
PEER_DISCOVERY is now disabled by default for mainnet deployments to reduce unnecessary peer discovery is still in beta version. It remains enabled for preprod environments where dynamic peer discovery is less risky. Changes: - Set PEER_DISCOVERY=false in .env.docker-compose (mainnet) - Preprod configurations keep PEER_DISCOVERY=true
1 parent 4f68b11 commit fb888ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.docker-compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ CONTINUE_PARSING_ON_ERROR=true
109109
SYNC=true
110110

111111
## Peer Discovery
112-
PEER_DISCOVERY=true
112+
PEER_DISCOVERY=false
113113

114114
## Token Registry
115115
TOKEN_REGISTRY_ENABLED=false

0 commit comments

Comments
 (0)