I am using pouchdb-browser in the context of a React-App to connect to a CouchDB Server. I have a growing application and now I have the problem that the limit of 6 (or whatever) concurrent connections to a host when using Http1.1 is getting a problem.
As a workaround I am setting the network.http.max-persistent-connections-per-server=100 on Firefox, so I don't have to bother -- but for deployment: Is it possible to force PouchDB to use http/2 for the connection to the CouchDB-Server?`
Best Regards, Tobias