You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Desktop: Set keep-alive for WebDAV/Nextcloud sync (#4668)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user