mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
longer poll period
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
recording = current_entry !== undefined;
|
||||
|
||||
system_stats = await get_system_stats();
|
||||
}, 1000);
|
||||
}, 3000);
|
||||
|
||||
return () => clearInterval(interval);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user