diff --git a/yarn-project/p2p/src/config.ts b/yarn-project/p2p/src/config.ts index c04be290031b..43deea27337f 100644 --- a/yarn-project/p2p/src/config.ts +++ b/yarn-project/p2p/src/config.ts @@ -308,7 +308,7 @@ export const p2pConfigMappings: ConfigMappingsType = { gossipsubFloodPublish: { env: 'P2P_GOSSIPSUB_FLOOD_PUBLISH', description: 'Whether to flood publish messages. - For testing purposes only', - ...booleanConfigHelper(true), + ...booleanConfigHelper(false), }, gossipsubMcacheLength: { env: 'P2P_GOSSIPSUB_MCACHE_LENGTH',