mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
[accelerator] increase confirmation timeout to 60s
This commit is contained in:
parent
b1a43abc0e
commit
0b33d674c4
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@
|
|||
<div class="col-sm">
|
||||
<div class="d-flex flex-row flex-column justify-content-center align-items-center">
|
||||
<span i18n="accelerator.confirming-acceleration-with-miners">Confirming your acceleration with our mining pool partners...</span>
|
||||
@if (timeSincePaid > 30000) {
|
||||
@if (timeSincePaid > 60000) {
|
||||
<span i18n="accelerator.confirming-acceleration-with-miners">...sorry, this is taking longer than expected...</span>
|
||||
}
|
||||
<div class="m-2 spinner-border text-light" style="width: 25px; height: 25px"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue