From 5d0f69fe92d03ba1797c47f321cb37e9f0fbc3b9 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Thu, 5 Mar 2026 16:49:54 +0100 Subject: [PATCH] setting num-shards-in-network to 0 by default --- tools/confutils/cli_args.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/confutils/cli_args.nim b/tools/confutils/cli_args.nim index a99ba43ee..7d531159b 100644 --- a/tools/confutils/cli_args.nim +++ b/tools/confutils/cli_args.nim @@ -328,7 +328,7 @@ hence would have reachability issues.""", numShardsInNetwork* {. desc: "Enables autosharding and set number of shards in the cluster, set to `0` to use static sharding", - defaultValue: 1, + defaultValue: 0, name: "num-shards-in-network" .}: uint16