Commit 1b63fe4
Replace Duration::from_secs(900) to Duration::from_mins(15)
Summary:
Rust 1.91 introduced `Duration::from_mins`.
This diff replaces some instances of `Duration::from_secs` with the corresponding `Duration::from_mins`.
Reviewed By: dtolnay
Differential Revision: D88441009
fbshipit-source-id: bb90b581fac842b44c4a87ca69c0c7f210366b121 parent 5f0fea0 commit 1b63fe4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments