From d6de96e4524e05a07bdf3a68fd7fb34018912ade Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:55:17 -0800 Subject: [PATCH] add description to sample config --- reference/sample-configuration-files.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/sample-configuration-files.md b/reference/sample-configuration-files.md index 840f63a44d..db9bab5520 100644 --- a/reference/sample-configuration-files.md +++ b/reference/sample-configuration-files.md @@ -193,6 +193,7 @@ stacks_private_key = "$your_stacks_private_key" # The IP address and port where prometheus metrics can be accessed. metrics_endpoint = "127.0.0.1:9154" +# Determining when a time-based tenure extend will be accepted tenure_idle_timeout_secs = 120 ```