mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/swarm/swarm-snapshot: reducing default to 8 nodes, more to 4
This commit is contained in:
parent
f31f8756cc
commit
1ab3017d6c
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ func TestSnapshotCreate(t *testing.T) {
|
|||
},
|
||||
{
|
||||
name: "more nodes",
|
||||
nodes: defaultNodes + 5,
|
||||
nodes: defaultNodes + 4,
|
||||
},
|
||||
{
|
||||
name: "services",
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import (
|
|||
var gitCommit string // Git SHA1 commit hash of the release (set via linker flags)
|
||||
|
||||
// default value for "create" command --nodes flag
|
||||
const defaultNodes = 10
|
||||
const defaultNodes = 8
|
||||
|
||||
func main() {
|
||||
err := newApp().Run(os.Args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue