p2panda/aquadoggo

Increase relay connection attempt timeout

Closed this issue · 0 comments

const RELAY_CONNECT_TIMEOUT: Duration = Duration::from_secs(5);

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