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 | | |
| 26 | |
| 27 | Comment 1 by Pavel Tsekov <ptsekov> at Thu 23 Feb 2006 03:38:12 PM UTC: |
| 28 | {{{ |
| 29 | This problem has been bugging me for a while. I've just commited a patch |
| 30 | which exposes a new user configurable option: |
| 31 | |
| 32 | fish_directory_timeout |
| 33 | |
| 34 | It contains the lifetime of a directory cache entry measured in seconds. |
| 35 | I've adjusted the default value to 900 seconds (same as in ftpfs). |
| 36 | |
| 37 | This option is not configurable through the user interface, yet - one |
| 38 | can change it only by directly editing MC's ini file. I plan to fix this |
| 39 | soon. |
| 40 | |
| 41 | To test the new code you need to fetch MC from the cvs repository or |
| 42 | grab a snapshot. |
| 43 | }}} |