We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6c824 commit 53348aeCopy full SHA for 53348ae
relay-server/src/services/projects/cache/state.rs
@@ -398,7 +398,7 @@ impl CompletedFetch {
398
fn delay(&self) -> Option<Duration> {
399
self.fetch
400
.previous_fetch
401
- .map(|pf| pf.duration_since(self.fetch.initiated))
+ .map(|pf| self.fetch.initiated.duration_since(pf))
402
}
403
404
/// Returns the duration between first initiating the fetch and `now`.
0 commit comments