Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chiguireitor
addrindexrs
Commits
f160d992
Commit
f160d992
authored
Nov 01, 2019
by
kenshin-samourai
Browse files
increase delay used by daemon when IBD detected
3s -> 10s
parent
f5e3e799
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/daemon.rs
src/daemon.rs
+1
-1
No files found.
src/daemon.rs
View file @
f160d992
...
...
@@ -312,7 +312,7 @@ impl Daemon {
break
;
}
warn!
(
"wait until bitcoind is synced (i.e. initialblockdownload = false)"
);
signal
.wait
(
Duration
::
from_secs
(
3
))
?
;
signal
.wait
(
Duration
::
from_secs
(
10
))
?
;
}
Ok
(
daemon
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment