mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
sync fixes
This commit is contained in:
@@ -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')
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user