*PutProperties writes to the local database. Did all the documents show up
there first?*
No its stuck there also.
* I suggest turning on "CRUD", which will log info about docs being written
to the gateway*.
I think I have it on. I have the follwoing configuration
{
"interface": ":4984",
"adminInterface": ":4985",
"log": ["CRUD", "CRUD+", "HTTP", "HTTP+", "Access", "Cache", "Shadow",
"Shadow+", "Changes", "Changes+"],
"databases": {
"sync_gateway": {
"server": "http://localhost:8091",
"bucket": "sync",
"sync": `function(doc) {channel(doc.channels);}`,
"users": {
"GUEST": {
"disabled": false,
"admin_channels": ["*"]
},
"Administrator": {
"password": "platform",
"disabled": false,
"admin_channels": ["*"]
}
}
}
}
}
On Saturday, 23 August 2014 23:43:19 UTC+5:30, Jens Alfke wrote:
>
>
> On Aug 23, 2014, at 10:07 AM, Sherry Ummen <[email protected]
> <javascript:>> wrote:
>
> Is there a limit of number of document which can be written
> synchronously when using sync_gateway?
>
>
> The replicator has no limits on the number of documents. But the
> replicator is never synchronous: it runs in the background.
>
> I trying with a desktop app and when I start writting about 11000
> documents using PutProperties; then initial about 40 documents are written
> and rest are not written to couchbase server.
>
>
> PutProperties writes to the local database. Did all the documents show up
> there first?
>
> 22:16:56.258145 Changes+: MultiChangesFeed sending &{Seq:124
> ID:df2586cd-ad7e-4f
>
>
> The "Changes" logs tell you about documents on the gateway being sent to
> clients, which is the opposite direction of what you're interested in. I
> suggest turning on "CRUD", which will log info about docs being written to
> the gateway.
>
> —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/d50d303d-2fa8-44d6-b885-9d720f8ca58f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.