mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Increase demo cycle time from 15s to 5mins
This commit is contained in:
parent
5ac9caa2ef
commit
bb62472aeb
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,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}`); }, 15000);
|
||||
setTimeout(() => { window.location.replace(`${params.next}?next=${nextPath}`); }, 300000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue