Binary Versions
antnode
: v0.3.8antctld
: v0.12.1antctl
: v0.12.1ant
: v0.3.10nat-detection
: v0.2.18node-launchpad
: v0.5.6
Merged Pull Requests
2025-03-19 #2837 -- Client fixes to improve the client upload success rate and performance [@maqi]
Detailed Changes
Client
- Increase the timeout for the query that obtains the closest nodes, from 10 seconds to 60 seconds.
This is currently necessary because our routing table refresh is not optimised to purge dead nodes,
and those dead entries cause the query to take more time. With more time, the query result is
better and thus the upload and download performance is improved. - Decrease the time between some retries during uploads. In many cases, the larger interval will not
help. This allows the uploading process to fail faster if need be.