feat: make fundingsource pending check interval configurable (#3805)

This commit is contained in:
dni ⚡
2026-03-23 11:36:02 +02:00
committed by GitHub
parent ce5aa4c8a7
commit fcebb7e28c
5 changed files with 42 additions and 11 deletions
+10 -10
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -611,6 +611,10 @@ window.localisation.en = {
payment_timeouts: 'Payment Timeouts',
payment_wait_time: 'Payment Wait Time',
seconds: 'seconds',
payment_pending_interval: 'Check payment interval (sec)',
payment_pending_interval_desc: 'Interval to check pending payments',
payment_pending_interval_tooltip:
'Controls how often LNbits checks for pending payments to update their status. Higher values can reduce the load on the node and speed up the payment process, but it will take longer for pending payments to be updated.',
payment_wait_time_desc:
'Wait time before marking an outgoing payment as pending. Default: 5s; raise for slow-settling invoices.',
payment_wait_time_tooltip: