istae

Results 102 comments of istae

the `printConfig` will give you the default values your "/etc/bee/bee.yaml" will contain the config values that overwrite the defaults. so if you are interested in with that config values your...

the `waitNetworkRFunc` should also return ``` if local

The cachestore is also problematic because it expect that the chunk adress is unique so if you cache one soc then try to fetch the same soc from the network...

What is the plan with retrieving these chunks through the regular Api and not the gsoc handler? As things stands, if you try to retrieve a soc chunk, it's mostly...

Summarizing my comments, for me to approve the PR: 1. the reserve changes must be reverted (and handled in a future PR that fixes the chunkstore to be able to...

closing because this PR which took over this one was merged https://github.com/ethersphere/bee/pull/4901

A solution to picking a least populated neighborhood can be that the peer will poll the status of each peer using the status protocol, and using the neighborhood size field,...

https://github.com/ethersphere/bee/issues/4923 same issue

Can you describe what the upload sizes are? and which api endpoint are you using?

To achieve the collection of metrics, we need the following: 1. Currently, metrics from by the Bee client is accumulated from a Bee endpoint, meaning the metrics are pulled from...