Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "change hook timeout from Option<int64> to Option<time::Durati…
…on>" This reverts commit 36cf113. The hook timeout should be i64, not Duration. Duration implies a much finer structure, but the field indicates specifically the number of seconds before timeout. Duration is not the right choice here. Reverting back to i64.
- Loading branch information