### This is the configuration file that GCSF uses.
### It should be placed in $XDG_CONFIG_HOME/gcsf/gcsf.toml, which is usually
### defined as $HOME/.config/gcsf/gcsf.toml
= true
# How long to cache the contents of a file after it has been accessed.
= 300
# How how many files to cache.
= 10
# How long to cache the size and capacity of the filesystem. These are the
# values reported by `df`.
= 1
# How many seconds to wait before checking for remote changes and updating them
# locally.
= 10
# Mount options
= [
"fsname=GCSF",
"allow_root",
"big_writes",
"max_write=131072"
]
# If set to true, Google Drive will provide a code after logging in and
# authorizing GCSF. This code must be copied and pasted into GCSF in order to
# complete the process. Useful for running GCSF on a remote server.
#
# If set to false, Google Drive will attempt to communicate with GCSF directly.
# This is usually faster and more convenient.
= false