You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2023. It is now read-only.
I've made an experience replicating the database in the server, and the issue is gone. I'm trying to understand why the timeout happens only after a synchronization... 🤔
juliobetta
changed the title
permit escaped $ in the database name
Timout when sync local database (PouchDB) with the server
Mar 11, 2018
juliobetta
changed the title
Timout when sync local database (PouchDB) with the server
Search time out after sync local database (PouchDB) with the server
Mar 11, 2018
The timeout was happening because the last_seq returned from this method was always different from update_seq returned by <couchd_url>/<database_name>. I don't know the side effects of this change, so I didn't send a PR. Maybe you have a better solutions for this...
sorry for not noticing this earlier. the update_seq strings aren't easily compared but couchdb-lucene should be building incrementally, it doesn't start from 0 each time. Initial search index build can take time, though.
I'm using CouchDB 2.0, and I'm calling the search directly from couchdb-lucene url.
The timeout happens after I synchronize a local database (PouchDB) with the server.
But it works when I run the
info
url.I've made an experience replicating the database in the server, and the issue is gone. I'm trying to understand why the timeout happens only after a synchronization... 🤔
The text was updated successfully, but these errors were encountered: