Skip to content

Commit 6f95a8f

Browse files
committed
fix default values for CTS_CLUSTER_SIZE and CTS_CLUSTER_DIAMETER
Signed-off-by: arthurjolo <[email protected]>
1 parent 2cf1711 commit 6f95a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,14 +746,14 @@ CTS_BUF_LIST:
746746
CTS_CLUSTER_DIAMETER:
747747
description: >
748748
Maximum diameter (in microns) of sink cluster.
749-
default: 20
749+
default: 50
750750
stages:
751751
- cts
752752
tunable: 1
753753
CTS_CLUSTER_SIZE:
754754
description: >
755755
Maximum number of sinks per cluster.
756-
default: 50
756+
default: 20
757757
stages:
758758
- cts
759759
tunable: 1

0 commit comments

Comments
 (0)