B
B
Bogdan2021-02-07 23:05:03
SSH
Bogdan, 2021-02-07 23:05:03

How to properly configure WebStorm + sshfs?

I mounted the directory via sshfs, open it in WebStorm, when I change the branch on the server, the changes in WebStorm are indexed for a very long time. How can I speed it up, or how can I do it differently? ubuntu

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Karabanov, 2021-02-08
@karabanov

If the server is not on the local network, but somewhere far away on the Internet, it will work slowly, and the local network cannot be said to be fast ...
Alternatively, you can try using weak encryption and turn off compression (something like this Ciphers = arcfour,Compression=no,auto_cache , arcfour can be fired in fresh SSH), but that won't help much, it's all about network latency...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question