diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-12-19 22:12:08 -0500 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-19 19:35:19 -0800 |
commit | c968d1194349c93bd9ca02ba3a8717875baa68e9 (patch) | |
tree | 989f7f74873c1953dbb1ca3ea58ea94402816f3f /doc/dav_mount.bb | |
parent | e0918816fb2d1dbe55a112bcf4d8d9fc7e46fbfb (diff) | |
download | volse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.tar.gz volse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.tar.bz2 volse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.zip |
Move headings down to start at H3 at Mario's direction
Diffstat (limited to 'doc/dav_mount.bb')
-rw-r--r-- | doc/dav_mount.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb index 0fd3d4691..94db18ac7 100644 --- a/doc/dav_mount.bb +++ b/doc/dav_mount.bb @@ -81,6 +81,3 @@ Unmount your file system, remount your file system, and try copying over a file If that still doesn't work, disable the cache. Note that this has a performance impact so should only be done if disabling locks didn't solve your problem. Edit the cache_size and set it to [code]cache_size 0[/code] and also set file_refresh to [code]file_refresh 0[/code]. Unmount your filesystem, remount your file system, and test it again.
If it [i]still[/i] doesn't work, there is one more thing you can try. (This one is caused by a bug in older versions of dav2fs itself, so updating to a new version may also help). Enable weak etag dropping by setting [code]drop_weak_etags 1[/code]. Unmount and remount your filesystem to apply the changes.
-
-#include doc/macros/cloud_footer.bb;
-
|