Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed May 6, 2024
1 parent e5fb807 commit 842ca42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/api/external/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2791,7 +2791,7 @@ pub struct BgpPeer {
/// The address of the host to peer with.
pub addr: IpAddr,

/// How long to hold peer connections between keppalives (seconds).
/// How long to hold peer connections between keepalives (seconds).
pub hold_time: u32,

/// How long to hold a peer in idle before attempting a new session
Expand Down
2 changes: 1 addition & 1 deletion openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -9841,7 +9841,7 @@
"type": "boolean"
},
"hold_time": {
"description": "How long to hold peer connections between keppalives (seconds).",
"description": "How long to hold peer connections between keepalives (seconds).",
"type": "integer",
"format": "uint32",
"minimum": 0
Expand Down

0 comments on commit 842ca42

Please sign in to comment.