Skip to content

Commit 0f3935b

Browse files
add statfs_cache to params (#200)
1 parent 7c9a24e commit 0f3935b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apx-parameters.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ CVMFS_USER The user name that owns and manipulates the
232232
CVMFS_VIRTUAL_DIR | Set to *true* to enable the hidden, virtual ``.cvmfs/snapshots`` directory
233233
| containing entry points to all named tags.
234234
CVMFS_VOMS_AUTHZ Membership requirement (e.g. VOMS authentication) to be added into the file catalogs
235+
CVMFS_STATFS_CACHE_TIMEOUT | Caching time of ``statfs()`` in seconds (no caching by default).
236+
| Calling ``statfs()`` in high frequency can be expensive.
235237
CVMFS_STATISTICS_DB | SQLite file path to store the statistics. Default is
236238
| ``/var/spool/cvmfs/<REPO_NAME>/stats.db`` .
237239
CVMFS_PRINT_STATISTICS Set to *true* to enable statistics printing to the standard output.

0 commit comments

Comments
 (0)