Open
Description
Hi All,
1)Phonegap app talking to CBL local WEB sever.
2)Setting _changes request Heatbeat value to random value(30 secs, 1 min, 2 mins , 5 mins).
is this heatbeat value to remote cbsyncgatway or to CBL local WEB sever?
3)Seems the value set from REST is not taken and default 30 secs is taken as hearbeat value ,when requesting cbsyncgatway.
https://github.com/couchbase/couchbase-lite-java-core/search?utf8=%E2%9C%93&q=heartbeat
- java Replication.DEFAULT_HEARTBEAT = random value(30 secs, 1 min, 2 mins , 5 mins) Works.
5)How set Heatbeat Value to changetracker from REST/JS level?
Thanks
Nithin