mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
swarm/api/config: fix test for new callinterval value
This commit is contained in:
parent
31b18f6dc6
commit
6bff0b3f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ var (
|
|||
"Hash": "SHA256",
|
||||
"JoinTimeout": 120,
|
||||
"SplitTimeout": 120,
|
||||
"CallInterval": 10000000000,
|
||||
"CallInterval": 3000000000,
|
||||
"KadDbPath": "` + filepath.Join("TMPDIR", "0d2f62485607cf38d9d795d93682a517661e513e", "bzz-peers.json") + `",
|
||||
"MaxProx": 8,
|
||||
"ProxBinSize": 4,
|
||||
|
|
|
|||
Loading…
Reference in a new issue