mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-05 10:29:27 +00:00
Increase daemon stop check delay
This commit is contained in:
parent
5b9a509f42
commit
a4799cc0b2
1 changed files with 1 additions and 1 deletions
|
@ -1026,7 +1026,7 @@ export class DaemonService {
|
|||
|
||||
return;
|
||||
}
|
||||
await this.delay(5000);
|
||||
await this.delay(15000);
|
||||
}
|
||||
|
||||
window.electronAPI.showNotification({
|
||||
|
|
Loading…
Reference in a new issue