From ded1c84a0f3e23e73848d623bfc6a7b338c17620 Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Fri, 14 Jun 2024 22:01:39 -0400 Subject: [PATCH] GUACAMOLE-1722: Document API call interval property. --- src/vault.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/vault.md b/src/vault.md index ff0a8e7..5c7a943 100644 --- a/src/vault.md +++ b/src/vault.md @@ -158,6 +158,12 @@ All other configuration properties are optional. the KSM vault support itself, it is unlikely that you need to set this property.** +`ksm-api-call-interval` +: Specify the minimum number of milliseconds between calls to the KSM API. The + API allows a limited number of calls per month, and calls over the included + amount generate additional cost. Setting this property allows you to + limit Guacamole's impact on that cost. + (completing-vault-install)= ### Completing the installation