Skip to content

Commit 248cf05

Browse files
Merge pull request #272885 from vicancy/patch-14
Update signalr-howto-use.md
2 parents 941ae7c + d135e0e commit 248cf05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-signalr/signalr-howto-use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You can increase this value to avoid client disconnect.
145145
#### `MaxPollIntervalInSeconds`
146146

147147
- Default value is `5`
148-
- This option defines the max poll interval allowed for `LongPolling` connections in Azure SignalR Service. If the next poll request doesn't come in within `MaxPollIntervalInSeconds`, Azure SignalR Service cleans up the client connection. Note that Azure SignalR Service also cleans up connections when cached waiting to write buffer size is greater than `1Mb` to ensure service performance.
148+
- This option defines the max poll interval allowed for `LongPolling` connections in Azure SignalR Service. If the next poll request doesn't come in within `MaxPollIntervalInSeconds`, Azure SignalR Service cleans up the client connection.
149149
- The value is limited to `[1, 300]`.
150150

151151
#### `TransportTypeDetector`
@@ -265,7 +265,7 @@ You can increase this value to avoid client disconnect.
265265
#### `MaxPollIntervalInSeconds`
266266

267267
- Default value is `5`
268-
- This option defines the max idle time allowed for inactive connections in Azure SignalR Service. In ASP.NET SignalR, it applies to long polling transport type or reconnection. If the next `/reconnect` or `/poll` request doesn't come in within `MaxPollIntervalInSeconds`, Azure SignalR Service cleans up the client connection. Note that Azure SignalR Service also cleans up connections when cached waiting to write buffer size is greater than `1Mb` to ensure service performance.
268+
- This option defines the max idle time allowed for inactive connections in Azure SignalR Service. In ASP.NET SignalR, it applies to long polling transport type or reconnection. If the next `/reconnect` or `/poll` request doesn't come in within `MaxPollIntervalInSeconds`, Azure SignalR Service cleans up the client connection.
269269
- The value is limited to `[1, 300]`.
270270

271271
### Sample

0 commit comments

Comments
 (0)