Skip to content

Commit ffe6823

Browse files
authored
Update weather_thread.js
put back the 5 minute fetch
1 parent cc7a956 commit ffe6823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s1panel/sensors/weather_thread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
const threads = require('worker_threads');
88
const logger = require('../logger');
99

10-
const DEFAULT_RATE_MS = (1 * (60 * 1000)); // capped at 5 minutes, please watch the api rate limits
10+
const DEFAULT_RATE_MS = (5 * (60 * 1000)); // capped at 5 minutes, please watch the api rate limits
1111
const TIMEOUT_COUNT = 30;
1212

1313
var _running = false;

0 commit comments

Comments
 (0)