Skip to content

Commit 1cc95e3

Browse files
committed
perf: decrease notification frequency
Signed-off-by: OctagonalStar <[email protected]>
1 parent 2326e1e commit 1cc95e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void main() async {
3838
Workmanager().registerPeriodicTask(
3939
"dynamic-notification-task",
4040
"fetchAndShowNotification",
41-
frequency: Duration(minutes: 15),
41+
frequency: Duration(minutes: 30),
4242
constraints: Constraints(),
4343
);
4444
}

0 commit comments

Comments
 (0)