mirror of https://github.com/laurent22/joplin.git
Desktop: Set keep-alive for WebDAV/Nextcloud sync (#4668)
parent
81b3ddf0e7
commit
49e6b5cf62
|
@ -481,7 +481,7 @@ function shimInit(sharp = null, keytar = null, React = null) {
|
|||
shim.httpAgent_ = null;
|
||||
|
||||
shim.httpAgent = url => {
|
||||
if (shim.isLinux() && !shim.httpAgent_) {
|
||||
if (!shim.httpAgent_) {
|
||||
const AgentSettings = {
|
||||
keepAlive: true,
|
||||
maxSockets: 1,
|
||||
|
|
Loading…
Reference in New Issue