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 6c95b87 commit af00b42Copy full SHA for af00b42
lightning-liquidity/src/lsps5/client.rs
@@ -43,7 +43,7 @@ pub const DEFAULT_RESPONSE_MAX_AGE_SECS: u64 = 3600;
43
#[derive(Debug, Clone)]
44
/// Configuration for the LSPS5 client
45
pub struct LSPS5ClientConfig {
46
- /// Maximum age in seconds for cached responses (default: 3600 - 1 hour).
+ /// Maximum age in seconds for cached responses (default: [`DEFAULT_RESPONSE_MAX_AGE_SECS`]).
47
pub response_max_age_secs: Duration,
48
}
49
0 commit comments