Merge remote-tracking branch 'origin/stable'

# Conflicts:
#	src/services/options_init.js
This commit is contained in:
zadam
2020-07-28 23:50:54 +02:00
3 changed files with 9 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ function initNotSyncedOptions(initialized, startNotePath = 'root', opts = {}) {
optionService.createOption('theme', opts.theme || 'white', false);
optionService.createOption('syncServerHost', opts.syncServerHost || '', false);
optionService.createOption('syncServerTimeout', '5000', false);
optionService.createOption('syncServerTimeout', '60000', false);
optionService.createOption('syncProxy', opts.syncProxy || '', false);
}