You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/06/01 22:15:15 UTC

[couchdb] branch master updated: couchup rebuild timeout must be passed as a float

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

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

The following commit(s) were added to refs/heads/master by this push:
       new  e5e708a   couchup rebuild timeout must be passed as a float
e5e708a is described below

commit e5e708a018c6f44408fc055df1aacb65572b8637
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Jun 1 18:14:58 2017 -0400

    couchup rebuild timeout must be passed as a float
---
 rel/overlay/bin/couchup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel/overlay/bin/couchup b/rel/overlay/bin/couchup
index e7ce656..2d01051 100755
--- a/rel/overlay/bin/couchup
+++ b/rel/overlay/bin/couchup
@@ -288,7 +288,7 @@ def _rebuild(args):
                         args['clustered_port'], db, ddoc, view),
                     params={'limit': 1},
                     auth=args['creds'],
-                    timeout=args['timeout'])
+                    timeout=float(args['timeout']))
             except requests.exceptions.Timeout:
                 if not args['quiet']:
                     print("Timeout, view is processing. Moving on.")

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