sync fixes

This commit is contained in:
zadam
2021-02-10 22:56:23 +01:00
parent 18b13657fd
commit 8850de51f5
6 changed files with 22 additions and 5 deletions

View File

@@ -23,6 +23,6 @@ module.exports = {
// and we need to override it with config from config.ini
return !!syncServerHost && syncServerHost !== 'disabled';
},
getSyncTimeout: () => parseInt(get('syncServerTimeout')) || 60000,
getSyncTimeout: () => parseInt(get('syncServerTimeout')) || 120000,
getSyncProxy: () => get('syncProxy')
};