Skip to content

Commit

Permalink
Bump up default FSM state event call timeout
Browse files Browse the repository at this point in the history
Partly addresses #8
  • Loading branch information
Ayanda-D committed Jun 13, 2019
1 parent 21b040e commit 56ae029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rabbit_queue_master_balancer.erl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
-define(TAB, ?MODULE).
-define(SIZE, ets:info(?TAB, size)).
-define(FIRST, ets:first(?TAB)).
-define(DEFAULT_ALL_STATE_EVENT_CALL_TIMEOUT, 5000).
-define(DEFAULT_ALL_STATE_EVENT_CALL_TIMEOUT, 30000).

%% --------
%% FSM API
Expand Down

0 comments on commit 56ae029

Please sign in to comment.