From 4d869f68930b5c2049d43268a64f8951b15ac984 Mon Sep 17 00:00:00 2001 From: HereThereBeDragons Date: Tue, 1 Aug 2023 10:40:22 +0200 Subject: [PATCH] add statfs_cache to params --- apx-parameters.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apx-parameters.rst b/apx-parameters.rst index 0a81115..215c5c8 100644 --- a/apx-parameters.rst +++ b/apx-parameters.rst @@ -232,6 +232,8 @@ CVMFS_USER The user name that owns and manipulates the CVMFS_VIRTUAL_DIR | Set to *true* to enable the hidden, virtual ``.cvmfs/snapshots`` directory | containing entry points to all named tags. CVMFS_VOMS_AUTHZ Membership requirement (e.g. VOMS authentication) to be added into the file catalogs +CVMFS_STATFS_CACHE_TIMEOUT | Caching time of ``statfs()`` in seconds (no caching by default). + | Calling ``statfs()`` in high frequency can be expensive. CVMFS_STATISTICS_DB | SQLite file path to store the statistics. Default is | ``/var/spool/cvmfs//stats.db`` . CVMFS_PRINT_STATISTICS Set to *true* to enable statistics printing to the standard output.