istae

Results 102 comments of istae

Hi there, Do you mind posting the response after you create the stamp using `/stamps/{ID}`? I ask because the amount you posted as an example is so small, the batch...

> @istae Is there an issue for this? > > I dont think this is the right usage of TopUp. TopUp is the topup amount per chunk. This is not...

### Notes from 23/6 - improve manage loop by monitoring pullsync - depth may be decreased if after historical syncing for a particular bin, the reserve size is still below...

``` func manage() { secondsInHour := 60 * 60 adaptationPeriod := false reserveNotHalfFull := func() bool { return reserve.Size() / reserve.Capacity() < 0.5 } for { sleep(5 minutes) if reserveNotHalfFull()...

@ldeffenb can you post the response from `/batches` and `/reservestate` what version of bee are you running as well?

**Observation on 8/2** When the reserve reaches the desired size after decrementing the storage radius, if the syncing rate is high enough such that the reserve becomes full and a...

## Release Testing [Storage Radius and Connection Depth Dashboard](https://monitoring.mainnet.ethswarm.org/d/BmxHrER7z/kademlia?orgId=1&var-namespace=dev-bee-storage&var-instance=All) A way to confirm that monitor is working as intended is to keep track of storage radius and connection depth values....

> So I think this change was already discussed sometime back. I don't think this is a silver bullet. There is saturation and oversaturation and they mean different things. I...

Also, the previous change, which increased the suffix length for the balance connector, is a good change but does not make the bin reach oversaturation directly.

> There are many problems with adding more connections. I am not proposing an increase in maximum number of connections. If you can remember to prior to like a few...