p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
69 stars 5 forks source link

Increase relay connection attempt timeout #582

Closed sandreae closed 2 months ago

sandreae commented 11 months ago

https://github.com/p2panda/aquadoggo/blob/4809fab19382629237c109f4074b9b44312d0d12/aquadoggo/src/network/service.rs#L25

This timeout seems to be hit quite often, we can try and increase it. Also adding a delay between attempts would be nice.