docs: update advice for avoiding mega logins

This commit is contained in:
Nick Craig-Wood 2019-05-29 17:37:53 +01:00
parent 11264c4fb8
commit ec4e7316f2

View File

@ -111,9 +111,10 @@ abnormal situation, for example if you wish to get the public links of
a directory with hundred of files... After more or less a week, the a directory with hundred of files... After more or less a week, the
remote will remote accept rclone logins normally again. remote will remote accept rclone logins normally again.
(If you have lots of commands to run one after the other a better way You can mitigate this issue by mounting the remote it with `rclone
of doing this might be to run `rclone rcd` and then use `rclone rc` to mount`. This will log-in when mounting and a log-out when unmounting
run the commands over the API. This will avoid logging in each time.) only. You can also run `rclone rcd` and then use `rclone rc` to run
the commands over the API to avoid logging in each time.
Rclone does not currently close mega sessions (you can see them in the Rclone does not currently close mega sessions (you can see them in the
web interface), however closing the sessions does not solve the issue. web interface), however closing the sessions does not solve the issue.