diff options
| author | Harshavardhana <harsha@zresearch.com> | 2009-02-19 04:59:29 -0800 | 
|---|---|---|
| committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-21 21:14:47 +0530 | 
| commit | a7b514ab8ec879a67e5a290743b4be6f0b58de1d (patch) | |
| tree | 52054f968eba124059b2ec92d88fe246603f7753 /doc | |
| parent | a2131aeafa94d671b0121631922d823c8a7ab988 (diff) | |
command line and mount/fuse now use float attr/entry timeouts
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/translator-options.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/translator-options.txt b/doc/translator-options.txt index 3d8402be5..38b04b5fc 100644 --- a/doc/translator-options.txt +++ b/doc/translator-options.txt @@ -2,8 +2,8 @@ mount/fuse:  	* direct-io-mode            GF_OPTION_TYPE_BOOL   on|off|yes|no  	* macfuse-local             GF_OPTION_TYPE_BOOL   on|off|yes|no  	* mount-point (mountpoint)  GF_OPTION_TYPE_PATH   <any-posix-valid-path> -	* attribute-timeout         GF_OPTION_TYPE_TIME   0-3600  -	* entry-timeout             GF_OPTION_TYPE_TIME   0-3600  +	* attribute-timeout         GF_OPTION_TYPE_DOUBLE   0.0  +	* entry-timeout             GF_OPTION_TYPE_DOUBLE   0.0  protocol/server:   	* transport-type            GF_OPTION_TYPE_STR    tcp|socket|ib-verbs|unix|ib-sdp|  | 
