fix: connection health indicator values to reflect the current network conditions (#353)

* fix: connection health indicator values to reflect the current network conditions

* fix: remove depth check as it seems the depth is always 0

* Revert "fix: remove depth check as it seems the depth is always 0"

This reverts commit 363ead8fba9bc79266abdf2d8c3f540d75da5b48.

* fix: updated the values according to the bee team advice
This commit is contained in:
Vojtech Simetka
2022-05-03 18:07:37 +02:00
committed by GitHub
parent 1e2face10e
commit 07561aaed2
+3 -3
View File
@@ -1,6 +1,6 @@
const OPTIMAL_CONNECTED_PEERS = 200 const OPTIMAL_CONNECTED_PEERS = 100
const OPTIMAL_POPULATION = 100000 const OPTIMAL_POPULATION = 1000
const OPTIMAL_DEPTH = 12 const OPTIMAL_DEPTH = 4
interface Threshold { interface Threshold {
minimumValue: number minimumValue: number