You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabling ssh's own compression (which might be on by default in users' settings) speeds things up considerably in certain scenarios. You might want to add -o Compression=nohere.
The text was updated successfully, but these errors were encountered:
Yep, same as #55. Though, in this case, if you know your btrfs data is already compressed, you could just automatically deactivate ssh's compression in your code. It's one less thing to configure for your users and it makes a sure difference.
Disabling ssh's own compression (which might be on by default in users' settings) speeds things up considerably in certain scenarios. You might want to add
-o Compression=no
here.The text was updated successfully, but these errors were encountered: