Skip to content

Commit

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

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

// PEERDB_TELEMETRY_AWS_SNS_TOPIC_ARN
Expand Down

0 comments on commit eb03298

Please sign in to comment.