Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/riak_repl.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
-define(DEFAULT_SOURCE_RETRIES, infinity).
%% How many times we should retry when failing a reservation
-define(DEFAULT_RESERVE_RETRIES, 0).
%% How many times during a fullsync we should retry a partion that has sent
%% a 'soft_exit' message to the coordinator
-define(DEFAULT_SOURCE_SOFT_RETRIES, infinity).
%% 20 seconds. sources should claim within 5 seconds, but give them a little more time
-define(RESERVATION_TIMEOUT, (20 * 1000)).
-define(DEFAULT_MAX_FS_BUSIES_TOLERATED, 10).
Expand Down
Loading