fix
This commit is contained in:
parent
b1dcf946b2
commit
34cebc800e
2 changed files with 6 additions and 4 deletions
|
|
@ -44,5 +44,9 @@ MIGRATE_DB=false
|
|||
RECORD_PERFORMANCE=true
|
||||
SKIP_SANITY_CHECK=false
|
||||
DISABLE_EXTERNAL_PAYMENTS=false
|
||||
WATCHDOG_MAX_DIFF_BPS=100
|
||||
WATCHDOG_MAX_DIFF_SATS=10000
|
||||
|
||||
# Max difference between users balance and LND balance since beginning of app execution
|
||||
WATCHDOG_MAX_DIFF_SATS=10000
|
||||
|
||||
# Max difference between users balance and LND balance after each payment
|
||||
WATCHDOG_MAX_UPDATE_DIFF_SATS=1000
|
||||
Loading…
Add table
Add a link
Reference in a new issue