fix: update .env_sample file with ln info interval

This commit is contained in:
Stefan Stammberger 2021-08-02 21:02:55 +02:00
parent e65c5bfc3f
commit d4de6af895
No known key found for this signature in database
GPG key ID: 645FA807E935D9D5

View file

@ -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