1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Desktop: Fixes #1023: Speed up WebDAV and Nextcloud Sync on Linux (#2577)

* Speed up Linux Sync with KeepAlive Client

* Tidying up

* eslint

* Fix Breaking of building mobile client

* Refactor to make building on android possible

* Coding Convention

* Update shim-init-node.js

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
WisdomCode
2020-02-27 00:14:40 +00:00
committed by GitHub
parent 721dd17686
commit 1d284a3528
4 changed files with 32 additions and 1 deletions

View File

@@ -132,6 +132,10 @@ function shimInit() {
Linking.openURL(url);
};
shim.httpAgent = () => {
return null;
};
shim.waitForFrame = () => {
return new Promise(function(resolve) {
requestAnimationFrame(function() {