Variable: tramp-fuse-mount-timeout
tramp-fuse-mount-timeout is a variable defined in tramp-fuse.el.gz.
Value
10
Documentation
Time period to check whether the mount point still exists.
It has the same meaning as remote-file-name-inhibit-cache.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-fuse.el.gz
(defconst tramp-fuse-mount-timeout
(eval (car (get 'remote-file-name-inhibit-cache 'standard-value)) t)
"Time period to check whether the mount point still exists.
It has the same meaning as `remote-file-name-inhibit-cache'.")