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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user