Open preflower opened 2 years ago
const timeout = ~~( (Math.random() + 0.5) * (1 << (currentRetryCount < 8 ? currentRetryCount : 8)) ) * config.errorRetryInterval
相关参数:
参考
swr中的实践
相关参数: