Tweaked a trace event suppression time.
This commit is contained in:
parent
4dec5423f7
commit
9fd2a8df3d
|
@ -469,7 +469,7 @@ ACTOR Future<Reference<HTTP::Response>> doRequest_impl(Reference<BlobStoreEndpoi
|
|||
event.detail("Verb", verb)
|
||||
.detail("Resource", resource)
|
||||
.detail("ThisTry", thisTry)
|
||||
.suppressFor(15, true);
|
||||
.suppressFor(60, true);
|
||||
|
||||
// If r is not valid or not code 429 then increment the try count. 429's will not count against the attempt limit.
|
||||
if(!r || r->code != 429)
|
||||
|
|
Loading…
Reference in New Issue