Changes between Version 3 and Version 6 of Ticket #116


Ignore:
Timestamp:
01/11/14 23:20:22 (10 years ago)
Author:
ossi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #116

    • Property Reporter changed from slavazanko to mlo
    • Property Cc zaytsev added
    • Property Version changed from 4.6.1 to master
    • Property Branch state changed from to no branch
    • Property Milestone changed from future releases to Future Releases
  • Ticket #116 – Description

    v3 v6  
    77||Release:||4.6.1||Operating System:||GNU/Linux|| 
    88 
    9 Discussion: 
     9Original submission: 
    1010{{{ 
    11 Thu 23 Feb 2006 03:38:12 PM UTC, comment #1: 
    12  
    13 This problem has been bugging me for a while. I've just commited a patch  
    14 which exposes a new user configurable option: 
    15  
    16 fish_directory_timeout 
    17  
    18 It contains the lifetime of a directory cache entry measured in seconds.  
    19 I've adjusted the default value to 900 seconds (same as in ftpfs). 
    20  
    21 This option is not configurable through the user interface, yet - one  
    22 can change it only by directly editing MC's ini file. I plan to fix this 
    23 soon. 
    24  
    25 To test the new code you need to fetch MC from the cvs repository or  
    26 grab a snapshot. 
    27  
    28 Pavel Tsekov <ptsekov> 
    29 Project AdministratorIn charge of this item. 
    30 Sun 19 Feb 2006 12:15:18 PM UTC, original submission: 
    31  
    3211Reading large remote directories via fish (shell link) 
    3312over slow network links causes an infinite or at least very long 
     
    4524should be set to a sane value (that is, >> 10 seconds). 
    4625}}} 
     26 
     27Comment 1 by Pavel Tsekov <ptsekov> at Thu 23 Feb 2006 03:38:12 PM UTC: 
     28{{{ 
     29This problem has been bugging me for a while. I've just commited a patch  
     30which exposes a new user configurable option: 
     31 
     32fish_directory_timeout 
     33 
     34It contains the lifetime of a directory cache entry measured in seconds.  
     35I've adjusted the default value to 900 seconds (same as in ftpfs). 
     36 
     37This option is not configurable through the user interface, yet - one  
     38can change it only by directly editing MC's ini file. I plan to fix this 
     39soon. 
     40 
     41To test the new code you need to fetch MC from the cvs repository or  
     42grab a snapshot. 
     43}}}