Closed sbchisholm closed 2 years ago
from what I can tell there isn't a way to pass the flag so that it becomes false
This is not true: -connect-fail-fast=false
Ah, thanks @jhump. I had tried -connect-fail-fast false
, which didn't work but I see they mention this in their docs:
-flag -flag=x -flag x // non-boolean flags only
With the
-connect-fail-fast
defaulting totrue
from what I can tell there isn't a way to pass the flag so that it becomesfalse
. If there isn't a way to make thisfalse
perhaps we could rename it to-no-connect-fail-fast
and have itfalse
by default.