mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	server side WIP - saving encrypted note now works, changing terminology of "encrypted note" to "protected note"
This commit is contained in:
		| @@ -239,6 +239,10 @@ async function syncRequest(syncContext, method, uri, body) { | ||||
| if (isSyncSetup) { | ||||
|     log.info("Setting up sync to " + SYNC_SERVER + " with timeout " + SYNC_TIMEOUT); | ||||
|  | ||||
|     if (SYNC_PROXY) { | ||||
|         log.info("Sync proxy: " + SYNC_PROXY); | ||||
|     } | ||||
|  | ||||
|     setInterval(sync, 60000); | ||||
|  | ||||
|     // kickoff initial sync immediately | ||||
|   | ||||
		Reference in New Issue
	
	Block a user