Commit 847c631
Replace Duration::from_secs(10 * 60 * 60) to Duration::from_hours(10) (#300)
Summary:
Pull Request resolved: #300
Rust 1.91 introduced `Duration::from_hours`.
This diff replaces some instances of `Duration::from_secs` with the corresponding `Duration::from_hours`.
Reviewed By: dtolnay
Differential Revision: D88522593
fbshipit-source-id: 376fd7399013deee3f305c5ed93f7a67a85f6d141 parent abcff8a commit 847c631
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | | - | |
699 | | - | |
| 698 | + | |
700 | 699 | | |
701 | 700 | | |
702 | 701 | | |
| |||
0 commit comments