Skip to content

Commit

Permalink
Revert "enable parallel sync and normalize for now"
Browse files Browse the repository at this point in the history
This reverts commit ec207f7.
  • Loading branch information
iskakaushik committed Mar 10, 2024
1 parent ec207f7 commit b8f68dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flow/peerdbenv/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ func PeerDBEnableWALHeartbeat() bool {

// PEERDB_ENABLE_PARALLEL_SYNC_NORMALIZE
func PeerDBEnableParallelSyncNormalize() bool {
// temporarily enable parallel sync normalize by default
return getEnvBool("PEERDB_ENABLE_PARALLEL_SYNC_NORMALIZE", true)
return getEnvBool("PEERDB_ENABLE_PARALLEL_SYNC_NORMALIZE", false)
}

// PEERDB_TELEMETRY_AWS_SNS_TOPIC_ARN
Expand Down

0 comments on commit b8f68dc

Please sign in to comment.