Skip to content

Commit f1b6267

Browse files
committed
Increase fetch interval of uptimerobot alot
1 parent 5fb2701 commit f1b6267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/StatusBar/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const statusColors = {
2929
paused: '#ff0000', // TODO
3030
not_checked: '#ff0000', // TODO
3131
up: '#80BA27',
32-
seems_down: '#ff0000', // TODO
32+
seems_down: '#ffd000',
3333
down: '#ff0000'
3434
};
3535

@@ -156,7 +156,7 @@ export default withWidth()(
156156
'Content-Type': 'application/x-www-form-urlencoded'
157157
},
158158
url: UPTIME_ROBOT_URL,
159-
refreshInterval: 5000,
159+
refreshInterval: 300000,
160160
body: queryString.stringify(UPTIME_ROBOT_POST_DATA)
161161
}
162162
}))(StatusBar)

0 commit comments

Comments
 (0)