We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8779a commit 1fa8735Copy full SHA for 1fa8735
libs/gl-client/src/lib.rs
@@ -70,7 +70,7 @@ pub use lightning_signer::bitcoin;
70
pub use lightning_signer::lightning;
71
pub use lightning_signer::lightning_invoice;
72
73
-pub(crate) const TCP_KEEPALIVE: Duration = Duration::from_secs(5);
74
-pub(crate) const TCP_KEEPALIVE_TIMEOUT: Duration = Duration::from_secs(90);
+pub(crate) const TCP_KEEPALIVE: Duration = Duration::from_secs(1);
+pub(crate) const TCP_KEEPALIVE_TIMEOUT: Duration = Duration::from_secs(5);
75
76
pub mod runes;
0 commit comments