sex
This commit is contained in:
@@ -31,7 +31,7 @@ export default function Home() {
|
||||
|
||||
useEffect(() => {
|
||||
loadTree();
|
||||
const interval = setInterval(loadTree, 2000);
|
||||
const interval = setInterval(loadTree, 500);
|
||||
return () => clearInterval(interval);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user