We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7a956 commit ffe6823Copy full SHA for ffe6823
s1panel/sensors/weather_thread.js
@@ -7,7 +7,7 @@
7
const threads = require('worker_threads');
8
const logger = require('../logger');
9
10
-const DEFAULT_RATE_MS = (1 * (60 * 1000)); // capped at 5 minutes, please watch the api rate limits
+const DEFAULT_RATE_MS = (5 * (60 * 1000)); // capped at 5 minutes, please watch the api rate limits
11
const TIMEOUT_COUNT = 30;
12
13
var _running = false;
0 commit comments