mirror of
https://github.com/rclone/rclone.git
synced 2025-01-08 23:40:29 +01:00
b4b59c53f1
Before this change `rclone mount` would give this error on FreeBSD mount helper error: mount_fusefs: -o timeout=: option not supported Because the default value for FreeBSD was set to 15m for --daemon-timeout and that FreeBSD does not support the timeout option. This change sets the default for --daemon-timeout to 0 on FreeBSD which fixes the problem. Fixes #3610 |
||
---|---|---|
.. | ||
mounttest | ||
daemon_unix.go | ||
daemon.go | ||
mount.go |