remove double & in the url, though seems like couchdb does not mind...
This commit is contained in:
parent
48bd9a2076
commit
f01f5ab323
|
@ -259,7 +259,7 @@ public class CouchdbRiver extends AbstractRiverComponent implements River {
|
|||
}
|
||||
}
|
||||
|
||||
String file = "/" + couchDb + "/_changes?feed=continuous&include_docs=true&&heartbeat=10000";
|
||||
String file = "/" + couchDb + "/_changes?feed=continuous&include_docs=true&heartbeat=10000";
|
||||
if (couchFilter != null) {
|
||||
file = file + "&filter=" + couchFilter;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue