mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
fix: update .env_sample file with ln info interval
This commit is contained in:
parent
e65c5bfc3f
commit
d4de6af895
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue