mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-24 14:35:53 +00:00
Change daemon client timeout from 2 minutes to 5 minutes
This commit is contained in:
parent
86ca3fafd0
commit
41c0a6726c
@ -6,7 +6,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const daemonTimeout = 2 * time.Minute
|
const daemonTimeout = 5 * time.Minute
|
||||||
|
|
||||||
func printErrorAndExit(err error) {
|
func printErrorAndExit(err error) {
|
||||||
fmt.Fprintf(os.Stderr, "%s\n", err)
|
fmt.Fprintf(os.Stderr, "%s\n", err)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user