From 101a4d0d8d44b944edc4933427a5f6a3283f4607 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 27 Nov 2017 17:02:05 +0100 Subject: [PATCH] Describe 'refreshSecond' configuration. --- docs/configuration/backends/servicefabric.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/configuration/backends/servicefabric.md b/docs/configuration/backends/servicefabric.md index 07ac49b72..b87a92675 100644 --- a/docs/configuration/backends/servicefabric.md +++ b/docs/configuration/backends/servicefabric.md @@ -27,6 +27,13 @@ clusterManagementUrl = "https://localhost:19080" # apiVersion = "3.0" +# Service Fabric Polling Interval (in seconds) +# +# Required +# Default: 10 +# +refreshSeconds = 10 + # Enable TLS connection. # # Optional