Changes between Initial Version and Version 1 of Ticket #12749, comment 7
- Timestamp:
- Jan 11, 2023, 3:34:34 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12749, comment 7
initial v1 1 1 Okay, so changing the timeout to 0 certainly made the problem even worse than it seems. 2 2 3 This exposes another problem. The minimum value for timeouts is 10. This is ridiculously high by itself. An acceptable value for me would be something like " 3". If in 3seconds, it hasn't been able to navigate to the new directory, it should just abort and immediately reconnect. There's no point in having to wait at least 10 seconds. It's such a huge waste of time.3 This exposes another problem. The minimum value for timeouts is 10. This is ridiculously high by itself. An acceptable value for me would be something like "2". If in 2 seconds, it hasn't been able to navigate to the new directory, it should just abort and immediately reconnect. There's no point in having to wait at least 10 seconds. It's such a huge waste of time. 4 4 5 5 Can you modify this to accept *any* value? The minimum should be 1, not 10. Users can then make their own decisions about this setting.