From d4de6af895efe84a203a3ceb113afad4be8ff58a Mon Sep 17 00:00:00 2001 From: Stefan Stammberger Date: Mon, 2 Aug 2021 21:02:55 +0200 Subject: [PATCH] fix: update .env_sample file with ln info interval --- .env_sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env_sample b/.env_sample index 0a8d35b..942e5cd 100644 --- a/.env_sample +++ b/.env_sample @@ -6,12 +6,15 @@ jwt_expiry_time=300 # Amount of seconds the app will wait until it'll # send another hardware update gather_hw_info_interval = 2 + # Amount of seconds the app will gather CPU usage data for each update # The resulting CPU usage is averaged over this period of time. # To get realistic results at least 0.1 seconds is recommended # must be less than and not equal to gather_hw_info_interval cpu_usage_averaging_period = 0.5 +# Poll interval in seconds to gather lightning information and push it via SSE +gather_ln_info_interval = 5.0 # Redis - uncomment if Redis runs with non standard values (i.e. in Docker etc) # redis_host=127.0.0.1