[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp readlink slowdown on find-file
From: |
Michael Albinus |
Subject: |
Re: tramp readlink slowdown on find-file |
Date: |
Wed, 13 Mar 2024 21:08:38 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Prashant Tak <prashantrameshtak@gmail.com> writes:
Hi Prashant,
Pls keep tramp-devel@gnu.org in Cc, for the archives.
>> When you connect to the remote host directly via ssh from a shell, does it
>> take the same time to call '\readlink --canonicalize-missing /a/b/c/xyz.md'?
>
> No, that works instantly. Is there a way to disable multiple file existence
> checks that tramp does?
Tramp caches the result of a check for remote-file-name-inhibit-cache
seconds. Increase that value (it defaults to 10), or set it to nil.
> Prashant
Best regards, Michael.