Reduced the time range for the log query from 5 seconds to 4 seconds.

This commit is contained in:
Benjamin Arntzen
2024-06-27 06:31:44 +01:00
committed by Benjamin Arntzen (aider)
parent 6794d7e0b4
commit 0dfec3f48c
+1 -1
View File
@@ -42,7 +42,7 @@ setInterval(async () => {
return;
}
} else {
const query = 'query=_time:5s relay received';
const query = 'query=_time:4s relay received';
try {
const response = await axios.post('https://vmselect.riff.cc/select/logsql/query', query);
const logLines = response.data.split('\n');