Make server timeout configurable at compile time

This commit is contained in:
2025-05-19 20:22:46 -04:00
parent 8907fdc36e
commit 4210673b84
3 changed files with 9 additions and 6 deletions
+2
View File
@@ -8,6 +8,8 @@ import (
"github.com/rwinkhart/rcw/wrappers"
)
var Timeout = 300 // seconds for RPC server timeout; configurable
var daemonHash []byte
var globalPassphrase []byte