diff --git a/src/utils/threshold.ts b/src/utils/threshold.ts index efce49b..bfdb827 100644 --- a/src/utils/threshold.ts +++ b/src/utils/threshold.ts @@ -1,6 +1,6 @@ -const OPTIMAL_CONNECTED_PEERS = 200 -const OPTIMAL_POPULATION = 100000 -const OPTIMAL_DEPTH = 12 +const OPTIMAL_CONNECTED_PEERS = 100 +const OPTIMAL_POPULATION = 1000 +const OPTIMAL_DEPTH = 4 interface Threshold { minimumValue: number