googleapis / google-http-java-client

Google HTTP Client Library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is retry count hardcoded and made final?

priitserk opened this issue · comments

Brrr guys. Ive been struggeling for hours with the topic. I need to change retry count. Finally found the way to this class and found out its been hardcoded and whats worse its final :( Only option for me is to completely overwrite the class in my project. Please make it configurable.