Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Sep 30, 2014
1 parent d9412b3 commit 1e12cf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ How to build
* [OCaml][] >= 3.12.0
* [Findlib][] >= 1.2.7
* [ocamlfuse][] >= 2.7.1
* [gapi-ocaml][] >= 0.2.5
* [gapi-ocaml][] >= 0.2.6
* [sqlite3-ocaml][] >= 1.6.1

[OCaml]: http://caml.inria.fr/ocaml/release.en.html
Expand Down
14 changes: 11 additions & 3 deletions doc/Configuration.md
Expand Up @@ -82,12 +82,20 @@ Specifies the maximum cache size in MB:

Specifies whether overwriting a file generates a new revision:

new_revision = true
new_revision=true

Specifies whether to permanently turn off CURL logging (even in debug mode). Set it to `true` to avoid a segmentation fault on some architectures:

curl_debug_off = false
curl_debug_off=false

Specifies whether files removed from trash folder are permanently deleted (**WARNING**: permanently deleted files *cannot be recovered*, set it to `true` at your own risk):

delete_forever_in_trash_folder = false
delete_forever_in_trash_folder=false

Specifies whether to directly stream large files (so that are no more cached):

stream_large_files=false

Specifies the threshold (in megabytes) to detect large files:

large_file_threshold_mb=16

0 comments on commit 1e12cf5

Please sign in to comment.