Skip to content

Commit 64de0e1

Browse files
Merge pull request #262106 from vicancy/patch-10
Update signalr-howto-use.md
2 parents bf2bc57 + c544e06 commit 64de0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ You can increase this value to avoid client disconnect.
258258
#### `MaxPollIntervalInSeconds`
259259

260260
- Default value is `5`
261-
- 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.
261+
- 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.
262262
- The value is limited to `[1, 300]`.
263263

264264
### Sample

0 commit comments

Comments
 (0)