Hi! I am using CouchBaseLite database. When I request with 
"_activity_tasks", I get this array :
[

{

continuous: true

source: "test1"

status: "Idle"

target: "http://test:[email protected]/jndev-cdb2/test1";

task: "repl003"

type: "Replication"

x_active_requests: Array[0]

__proto__: Object

}, 

{

continuous: true

progress: 21

source: "http://test:[email protected]/jndev-cdb2/test1";

status: "Processed 10 / 48 changes"

target: "test1"

task: "repl004"

type: "Replication"

x_active_requests: Array[1]

__proto__: Object

}

]
I don't get data like "started_on" or "updated_on". Any idea on this? I 
want to display data like "Last sync time" and "All data are synced or 
not". So,  those data will be helpful.

Thanks!
Ami

On Friday, January 25, 2013 11:26:24 PM UTC+5:30, Jens Alfke wrote:
>
>
> On Jan 25, 2013, at 9:40 AM, Ryan Meyer <[email protected] <javascript:>> 
> wrote:
>
> Makes perfect sense.  One object for pull and one for push.  I wasn't sure 
> ... I thought maybe BigCouch introduced one for managing documents across 
> the cluster.
>
>
> No; you’re seeing the activities list for the *local* TouchDB server, not 
> for BigCouch.
>
> —Jens
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/550d8479-c101-4415-b17d-9db39ca6631f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to