mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	tweaks in sync timeout handling
This commit is contained in:
		| @@ -51,7 +51,7 @@ async function initNotSyncedOptions(initialized, startNotePath = 'root', opts = | ||||
|     await optionService.createOption('theme', opts.theme || 'white', false); | ||||
|  | ||||
|     await optionService.createOption('syncServerHost', opts.syncServerHost || '', false); | ||||
|     await optionService.createOption('syncServerTimeout', '5000', false); | ||||
|     await optionService.createOption('syncServerTimeout', '60000', false); | ||||
|     await optionService.createOption('syncProxy', opts.syncProxy || '', false); | ||||
| } | ||||
|  | ||||
| @@ -116,4 +116,4 @@ module.exports = { | ||||
|     initSyncedOptions, | ||||
|     initNotSyncedOptions, | ||||
|     initStartupOptions | ||||
| }; | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user