Skip to content

Commit d51464c

Browse files
committed
disabel distance calc by default
Signed-off-by: Alejandro M. Ramallo <[email protected]>
1 parent 8a38496 commit d51464c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/partisan.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
).
151151

152152
%% Pluggable manager options.
153-
-define(DISTANCE_ENABLED, true).
153+
-define(DISTANCE_ENABLED, false).
154154
-define(PERIODIC_ENABLED, true).
155155

156156

0 commit comments

Comments
 (0)