Skip to content

Commit

Permalink
Increased default mod_failwhale threshold to 1000ms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Dec 29, 2011
1 parent 4c33a4f commit 6760ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_failwhale/mod_failwhale.erl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

-define(LAST_N, 30). %% in seconds. Can be overridden in mod_failwhale.last_n config setting.
-define(MIN_SAMPLES, 10). %% if there are less than X seconds with requests, skip.
-define(THRESHOLD, 100). %% in milliseconds. Can be overridden in mod_failwhale.threshold config setting.
-define(THRESHOLD, 1000). %% in milliseconds. Can be overridden in mod_failwhale.threshold config setting.

%%====================================================================
%% API
Expand Down

0 comments on commit 6760ce2

Please sign in to comment.