mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Increase time of demo mode from 3s to 15s
This commit is contained in:
parent
2ceb9001a1
commit
8b01a83948
@ -243,7 +243,7 @@ export function handleDemoRedirect(route: ActivatedRoute, router: Router) {
|
||||
const index = path.indexOf(params.next);
|
||||
if (index >= 0) {
|
||||
const nextPath = path[(index + 1) % path.length];
|
||||
setTimeout(() => { window.location.replace(`${params.next}?next=${nextPath}`) }, 3000);
|
||||
setTimeout(() => { window.location.replace(`${params.next}?next=${nextPath}`) }, 15000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user