| Total Complexity | 0 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | """Settings for the Topology NApp.""" |
||
| 2 | |||
| 3 | # Set this option to true if you need the topology with bi-directional links |
||
| 4 | # DISPLAY_FULL_DUPLEX_LINKS = True |
||
| 5 | |||
| 6 | # Time (in seconds) to wait before setting a link as up |
||
| 7 | 1 | LINK_UP_TIMER = 10 |
|
| 8 | # Time (in seconds) to wait retrieve box from storehouse |
||
| 9 | 1 | BOX_RESTORE_TIMER = 0.1 |
|
| 10 | # Time (in seconds) to wait before restore interfaces |
||
| 11 | INTERFACE_RESTORE_TIMER = 2 |
||
| 12 |