Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Dec 10, 2024
1 parent feb5551 commit 0a197de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/deployment/hosting/real-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ We assume you already have the [Flagsmith API](/deployment/hosting/locally-api.m

Real-time flags require additional infrastructure that your Flagsmith deployment will use:

- **Server-sent events (SSE) service containers**, running the private [`flagsmith/sse`](https://hub.docker.
com/repository/docker/flagsmith/sse) Docker image (tag `v4.0.0-beta` or later). These serve the real-time endpoint
that Flagsmith clients can connect to.
- **Server-sent events (SSE) service containers**, running the private
- [`flagsmith/sse`](https://hub.docker.com/repository/docker/flagsmith/sse) Docker image (tag `v4.0.0-beta` or later).
These serve the real-time endpoint that Flagsmith clients can connect to.
- A **[NATS](https://docs.nats.io/)** cluster with persistent storage, which guarantees at-least-once delivery for
updates.

Expand Down

0 comments on commit 0a197de

Please sign in to comment.