mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-03-02 15:20:54 +00:00
feat: seenTTL
This commit is contained in:
parent
d090d9cdd8
commit
3356edc31a
@ -190,6 +190,9 @@ pub struct GossipSubParams {
|
||||
/// the router may apply bahavioural penalties.
|
||||
#[serde(rename = "iwantFollowupTimeSeconds")]
|
||||
pub iwant_followup_time_seconds: Option<i32>,
|
||||
// Time until a previously seen message ID can be forgotten about.
|
||||
#[serde(rename = "seenMessagesTTLSeconds")]
|
||||
pub seen_messages_ttl_seconds: Option<i32>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Default, Serialize, Deserialize, Debug)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user