Skip to content

Commit 54166bc

Browse files
committed
fix
1 parent 20812c8 commit 54166bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awesome_dashboard/static/src/dashboard/statistics_service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const statisticsService = {
1111
Object.assign(statistics, updates, { isReady: true });
1212
}
1313

14-
setInterval(getData, 10000);
14+
setInterval(getData, 1000*600);
1515
getData();
1616

1717
return statistics;

0 commit comments

Comments
 (0)