Removed unnecessary timeout condition from rolling state in CDB
This commit is contained in:
parent
0cf96e7198
commit
3a77591da9
1 changed files with 0 additions and 2 deletions
|
@ -335,8 +335,6 @@ rolling({return_hashtable, IndexList, HashTreeBin}, _From, State) ->
|
||||||
rolling(check_hashtable, _From, State) ->
|
rolling(check_hashtable, _From, State) ->
|
||||||
{reply, false, rolling, State}.
|
{reply, false, rolling, State}.
|
||||||
|
|
||||||
rolling(timeout, State) ->
|
|
||||||
{stop, normal, State};
|
|
||||||
rolling({delete_pending, ManSQN, Inker}, State) ->
|
rolling({delete_pending, ManSQN, Inker}, State) ->
|
||||||
{next_state,
|
{next_state,
|
||||||
rolling,
|
rolling,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue