Skip to content

Commit

Permalink
Added flusing for most periodic internal messages (e.g. tick, poll)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atilla Erdodi committed Feb 7, 2011
1 parent 4cac318 commit 285265b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reloader.erl
Expand Up @@ -60,6 +60,7 @@ handle_cast(_Req, State) ->
handle_info(doit, State) ->
Now = stamp(),
doit(State#state.last, Now),
z_utils:flush_message(doit),
{noreply, State#state{last = Now}};
handle_info(_Info, State) ->
{noreply, State}.
Expand Down

0 comments on commit 285265b

Please sign in to comment.