commit | a03ab1a6a07614f3d588232e12d9c45d840bae82 | [log] [tgz] |
---|---|---|
author | Wink Saville <wink@google.com> | Thu Aug 13 14:18:00 2009 -0700 |
committer | Wink Saville <wink@google.com> | Thu Aug 13 14:18:00 2009 -0700 |
tree | 386d275ee29c04b0788931559a274a1a539f114b | |
parent | ddb79c9fd53893aa126599330a9289497e5f5c93 [diff] |
Allow max_retires to be set to infinite. Setting max_retires to infinite sets mRetryForever to true and therefore isRetryNeeded will always be true. This is better than an alternative which is to set max_retires to a large value such as 2147483647.