Commit 82e96fb
Replace Duration::from_secs(60 * 10) to Duration::from_mins(10)
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: dillongeorge
Differential Revision: D88526937
fbshipit-source-id: 9f1932c9015845771a841b042404d367728436a11 parent e4c895d commit 82e96fb
File tree
1 file changed
+1
-1
lines changed- eden/mononoke/common/time_measuring/src
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments