Commit d15dfbe
Replace Duration::from_secs(3 * 60) to Duration::from_mins(3) (#298)
Summary:
Pull Request resolved: #298
Rust 1.91 introduced `Duration::from_mins`.
This diff replaces some instances of `Duration::from_secs` with the corresponding `Duration::from_mins`.
Reviewed By: ship-it-ship-it
Differential Revision: D88522117
fbshipit-source-id: d923b5ed30b7858475a59e769d12a967ebf46f8a1 parent 847c631 commit d15dfbe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments