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
I have a very simple test application that fetches documents from a Couch DB. It has one database and 25 tiny documents.
The first time I do a request on a database, it needs about two seconds and some microseconds. Doesnt matter what call it is. Even GetDatabaseNames. Every subsequent call is a few thousand times faster (as it should be).
After about 1 minute without requests to the database, the same thing happens again. First request has a delay of two seconds.
If I make request every 30 seconds, there is never a delay. Seems like some session that is running out.
I use BasicAuth but I tried CookieAuthentication without success.
The CouchDB is not the problem. Requests via curl work fine every time.
I can upload my Code if that helps.
The text was updated successfully, but these errors were encountered:
I have a very simple test application that fetches documents from a Couch DB. It has one database and 25 tiny documents.
The first time I do a request on a database, it needs about two seconds and some microseconds. Doesnt matter what call it is. Even GetDatabaseNames. Every subsequent call is a few thousand times faster (as it should be).
After about 1 minute without requests to the database, the same thing happens again. First request has a delay of two seconds.
If I make request every 30 seconds, there is never a delay. Seems like some session that is running out.
I use BasicAuth but I tried CookieAuthentication without success.
The CouchDB is not the problem. Requests via curl work fine every time.
I can upload my Code if that helps.
The text was updated successfully, but these errors were encountered: