Skip to content

Commit 8b956e9

Browse files
committed
f drop timeout delay to 2 seconds
1 parent 270674a commit 8b956e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5283,7 +5283,7 @@ impl<'a, Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref>
52835283
// constant as enough time has likely passed that we should simply handle the forwards
52845284
// now, or at least after the user gets a chance to reconnect to our peers.
52855285
pending_events_read.push(events::Event::PendingHTLCsForwardable {
5286-
time_forwardable: Duration::from_secs(5),
5286+
time_forwardable: Duration::from_secs(2),
52875287
});
52885288
}
52895289

0 commit comments

Comments
 (0)