Skip to content

Commit

Permalink
Remove swagger default
Browse files Browse the repository at this point in the history
  • Loading branch information
bjqian committed Nov 14, 2024
1 parent fd8db07 commit beb58ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3042,7 +3042,6 @@
"keepAliveIntervalInSeconds": {
"format": "int32",
"description": "Gets or sets the Keep-Alive Interval. Optional to set.\r\nValue is in seconds.\r\nThe default value is 15 seconds.\r\nCustomers should set this value to a shorter period if they want the service to send keep-alive messages more frequently, \r\nensuring timely checks of the connection status.\r\nConversely, customers can set this value to a longer period if they want the service to send keep-alive messages less frequently, \r\nreducing network traffic, but note that it may take longer to detect a disconnection.\r\nThis interval ensures that the connection is maintained by sending periodic keep-alive messages to the client.",
"default": 15,
"maximum": 120,
"minimum": 1,
"type": "integer"
Expand Down

0 comments on commit beb58ba

Please sign in to comment.