cmd/swarm/swarm-smoke: sliding window test should not time out (#19152)

This commit is contained in:
Elad
2019-03-05 23:43:05 +07:00
committed by Anton Evangelatov
parent 81ed700157
commit 34c85def3e
2 changed files with 45 additions and 30 deletions

View File

@ -149,8 +149,9 @@ var (
}
SwarmStoreCacheCapacity = cli.UintFlag{
Name: "store.cache.size",
Usage: "Number of recent chunks cached in memory (default 5000)",
Usage: "Number of recent chunks cached in memory",
EnvVar: SwarmEnvStoreCacheCapacity,
Value: 10000,
}
SwarmCompressedFlag = cli.BoolFlag{
Name: "compressed",