Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 25, 2024
1 parent e44f366 commit fac1f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/pwa-badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Button from "../ui/button";
export default function PWABadge() {
// Periodic sync is disabled, change the value to enable it, the period is in milliseconds
// You can remove onRegisteredSW callback and registerPeriodicSync function
const period = 5 * 60 * 1000;
const period = 4 * 60 * 1000;

const {
needRefresh: [needRefresh, setNeedRefresh],
Expand Down

0 comments on commit fac1f6a

Please sign in to comment.