From 022c839cacead781ef6a724a6fce0f7f9825d9d6 Mon Sep 17 00:00:00 2001 From: Henrik Gerdes Date: Tue, 13 Jun 2023 20:41:50 +0200 Subject: [PATCH] fix: set default sync time to 120m --- src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.ts b/src/const.ts index 1848c3f..ed268d0 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,4 +1,4 @@ -export const default_sync_interval = 30; +export const default_sync_interval = 120; export const min_to_ms = 60000; export const notes_query_limit = 25; export const owner_repo = "https://github.com/hegerdes/joplin-plugin-remote-note-pull"