feat: Remove --max-run-time option

BREAKING CHANGE: was introduced in 1.4.0 release but appears unused
This commit is contained in:
Dennis Klein
2022-03-11 15:39:24 +01:00
committed by Dennis Klein
parent eb9ddc81cf
commit 5d45d89269
4 changed files with 3 additions and 13 deletions

View File

@@ -26,7 +26,6 @@ Here is an overview of the device/channel options and when they are applied:
| `transport` | at the end of `fair::mq::State::InitializingDevice` |
| `network-interface` | at the end of `fair::mq::State::InitializingDevice` |
| `init-timeout` | at the end of `fair::mq::State::InitializingDevice` |
| `max-run-time` | at the end of `fair::mq::State::InitializingDevice` |
| `shm-segment-size` | at the end of `fair::mq::State::InitializingDevice` |
| `shm-monitor` | at the end of `fair::mq::State::InitializingDevice` |
| `ofi-size-hint` | at the end of `fair::mq::State::InitializingDevice` |