Skip to content

Commit

Permalink
fix: set default sync time to 120m
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes committed Jun 13, 2023
1 parent a6c5bd4 commit 022c839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 022c839

Please sign in to comment.