Changes between Initial Version and Version 1 of Ticket #12749, comment 7


Ignore:
Timestamp:
Jan 11, 2023, 3:34:34 PM (2 years ago)
Author:
winzilla

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12749, comment 7

    initial v1  
    11Okay, so changing the timeout to 0 certainly made the problem even worse than it seems.
    22
    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 3 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.
     3This 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.
    44
    55Can you modify this to accept *any* value? The minimum should be 1, not 10. Users can then make their own decisions about this setting.