summaryrefslogtreecommitdiff
path: root/src/buildtool/common/remote/retry_config.hpp
AgeCommit message (Collapse)Author
2024-10-07Enable bugprone-implicit-widening-of-multiplication-result check.Maksim Denisov
2024-07-19Remove the RetryConfig singletonPaul Cristian Sarbu
...and replace it with instances created early via a builder pattern.
2024-07-19Fix naming inconsistencies in retry configurationPaul Cristian Sarbu
The retry_parameters.hpp header-only library defining the Retry class now is the retry_config.hpp header-only library defining the RetryConfig class.