Skip to content

Commit ebf6a7c

Browse files
Update server-sent-events.md
1 parent 5fd0383 commit ebf6a7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-gateway/for-containers/server-sent-events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ spec:
5959
      routeTimeout: 0s
6060
```
6161
62-
>[!NOTE]
63-
>The idle timeout for Application Gateway for Containers is currently set to 5 minutes. If your application does not send or receive data within this period, consider sending a keep-alive request to prevent the connection from closing. You can implement this by prefixing a message with a colon `:` to act as a comment. For example, you may send the following message as a keep alive: `: keep-alive\n\n`
64-
6562
# [Ingress API](#tab/session-affinity-ingress-api)
6663
6764
Server-sent events aren't supported using Ingress API.
6865
6966
---
67+
68+
>[!NOTE]
69+
>The idle timeout for Application Gateway for Containers is currently set to 5 minutes. If your application does not send or receive data within this period, consider sending a keep-alive request to prevent the connection from closing. You can implement this by prefixing a message with a colon `:` to act as a comment. For example, you may send the following message as a keep alive: `: keep-alive\n\n`

0 commit comments

Comments
 (0)