You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/04/10 19:16:45 UTC

[couchdb] branch 63012-scheduler updated: [fixup] better function head indent in scheduler

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 63012-scheduler
in repository https://gitbox.apache.org/repos/asf/couchdb.git

The following commit(s) were added to refs/heads/63012-scheduler by this push:
       new  84d519b   [fixup] better function head indent in scheduler
84d519b is described below

commit 84d519bc0bf74c234e89ba82e54123a396201894
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Mon Apr 10 15:16:33 2017 -0400

    [fixup] better function head indent in scheduler
---
 src/couch_replicator/src/couch_replicator_scheduler.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_replicator/src/couch_replicator_scheduler.erl b/src/couch_replicator/src/couch_replicator_scheduler.erl
index 18118e1..34e88bc 100644
--- a/src/couch_replicator/src/couch_replicator_scheduler.erl
+++ b/src/couch_replicator/src/couch_replicator_scheduler.erl
@@ -488,7 +488,7 @@ consecutive_crashes([], _HealthThreashold, Count) ->
     Count;
 
 consecutive_crashes([{{crashed, _}, CrashT}, {_, PrevT} = PrevEvent | Rest],
-    HealthThreshold, Count) ->
+        HealthThreshold, Count) ->
     case timer:now_diff(CrashT, PrevT) > HealthThreshold * 1000000 of
         true ->
             Count;

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].