This commit is contained in:
2026-03-21 05:39:44 +09:00
parent 23d9cf8ad0
commit e5da633dfe
@@ -150,7 +150,7 @@ export default (() => {
}
tick ()
const interval = setInterval (() => tick (), 5_000)
const interval = setInterval (() => tick (), 1_500)
return () => {
cancelled = true