Skip to content

Commit

Permalink
Make btree_writer:close use infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenkrab committed Jan 5, 2012
1 parent 8c6d832 commit 22e59b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fractal_btree_writer.erl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ add(Ref,Key,Data) ->
gen_server:cast(Ref, {add, Key, Data}).

close(Ref) ->
gen_server:call(Ref, close).
gen_server:call(Ref, close, infinity).

%%%

Expand Down

0 comments on commit 22e59b0

Please sign in to comment.