Skip to content

Commit 89b0fe1

Browse files
committed
Reduce polling frequency for menu bar item
1 parent fc050c2 commit 89b0fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/calendar.store.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const createCalendarStore = (root: IRootStore) => {
182182
}
183183
}
184184

185-
await sleep(1000)
185+
await sleep(60 * 1000)
186186
store.poll()
187187
},
188188
onShow: () => {

0 commit comments

Comments
 (0)