From 576e035b20fe90f6890c9fc5c50d53c0b38375b4 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 14 Jun 2021 18:18:36 +0200 Subject: [PATCH] fix(snowflake.go): default maxSnowflakes() to 1 (#378) See https://github.com/ooni/probe-cli/pull/373#discussion_r651080925 --- internal/ptx/snowflake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ptx/snowflake.go b/internal/ptx/snowflake.go index 0ea2dba..4f1d5eb 100644 --- a/internal/ptx/snowflake.go +++ b/internal/ptx/snowflake.go @@ -136,7 +136,7 @@ func (d *SnowflakeDialer) maxSnowflakes() int { if d.MaxSnowflakes > 0 { return d.MaxSnowflakes } - return 3 + return 1 } // AsBridgeArgument returns the argument to be passed to