mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Update timeout for active user check.
This commit is contained in:
parent
214049e077
commit
0b4fd3ef8f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export default function ActiveUsers({ websiteId, className }) {
|
|||
useEffect(() => {
|
||||
loadData();
|
||||
|
||||
const id = setInterval(() => loadData(), 10000);
|
||||
const id = setInterval(() => loadData(), 60000);
|
||||
|
||||
return () => {
|
||||
clearInterval(id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue