mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-09 23:43:08 -06:00
avoid JVM timeout bug with lower default
This commit is contained in:
parent
f0507cafb2
commit
e29bfddc18
@ -120,7 +120,7 @@ public class HttpSpace implements NBNamedElement {
|
||||
.setDescription("Print extended diagnostics. This option has numerous" +
|
||||
" possible values. See the markdown docs for details. (nb help http)")
|
||||
)
|
||||
.add(Param.defaultTo("timeout", Long.MAX_VALUE)
|
||||
.add(Param.defaultTo("timeout", 1000L*60L*15L) // 15 minutes
|
||||
.setDescription("How long to wait for requests before timeout out. Default is forever."))
|
||||
.add(Param.defaultTo("hdr_digits", 4)
|
||||
.setDescription("number of digits of precision to keep in HDR histograms"))
|
||||
|
Loading…
Reference in New Issue
Block a user