You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	All: Schedule sync only after 30 seconds
This commit is contained in:
		| @@ -44,7 +44,7 @@ reg.syncTarget = (syncTargetId = null) => { | ||||
| } | ||||
|  | ||||
| reg.scheduleSync = async (delay = null) => { | ||||
| 	if (delay === null) delay = 1000 * 3; | ||||
| 	if (delay === null) delay = 1000 * 30; | ||||
|  | ||||
| 	let promiseResolve = null; | ||||
| 	const promise = new Promise((resolve, reject) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user