Skip to content

Commit 432fe83

Browse files
Jose-Angel Herrero Bajofacebook-github-bot
authored andcommitted
Enable storage notification to server by default
Summary: as title Differential Revision: D76135819 fbshipit-source-id: dbc2f16677e1dee2e86f261f34d331aaa7f18734
1 parent 4838b41 commit 432fe83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/wa_raft.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
%% Whether or not the storage server should request more log entries
275275
%% when the apply queue is empty.
276276
-define(RAFT_STORAGE_NOTIFY_COMPLETE, raft_storage_notify_complete).
277-
-define(RAFT_STORAGE_NOTIFY_COMPLETE(App), (?RAFT_APP_CONFIG(App, ?RAFT_STORAGE_NOTIFY_COMPLETE, false) =:= true)).
277+
-define(RAFT_STORAGE_NOTIFY_COMPLETE(App), (?RAFT_APP_CONFIG(App, ?RAFT_STORAGE_NOTIFY_COMPLETE, true) =:= true)).
278278

279279
%% Time in seconds to retain transport destination directories after use
280280
-define(RAFT_TRANSPORT_RETAIN_INTERVAL, transport_retain_min_secs).

0 commit comments

Comments
 (0)