Skip to content

Commit

Permalink
We want 1000 ms, not 100
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 7, 2015
1 parent 092850a commit 5fae66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credit_flow.erl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
%% if current process was blocked by credit flow
%% in the last STATE_CHANGE_INTERVAL millisecond,
%% state/0 will report it as "in flow".
-define(STATE_CHANGE_INTERVAL, 100000).
-define(STATE_CHANGE_INTERVAL, 1000000).

%%----------------------------------------------------------------------------

Expand Down

0 comments on commit 5fae66f

Please sign in to comment.