Skip to content

Commit

Permalink
fix broken links for real
Browse files Browse the repository at this point in the history
  • Loading branch information
allenheltondev committed Nov 12, 2024
1 parent c66fc55 commit 0de12ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/media-storage/concurrency/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Learn how to track and manage concurrent devices for an account
hide_title: true
keywords:
- momento
- mediastore
- media storage
- zero buffer rate
- zbr
- streaming
Expand Down Expand Up @@ -53,7 +53,7 @@ flowchart TD
Account -.->|Check Entitlement| A
```

Monitoring concurrency with Momento relies on [heartbeats](/mediastore/enhancements/heartbeats) to be emitted from connected players. A server component manages [cache dictionaries](/cache/develop/basics/datatypes#dictionaries) in Momento that track the heartbeats from unique players over a given interval. During an [entitlement check](/mediastore/entitlements/about), the last *complete* interval dictionary is fetched and the concurrency count is determined.
Monitoring concurrency with Momento relies on [heartbeats](/media-storage/enhancements/heartbeats) to be emitted from connected players. A server component manages [cache dictionaries](/cache/develop/basics/datatypes#dictionaries) in Momento that track the heartbeats from unique players over a given interval. During an [entitlement check](/media-storage/entitlements/about), the last *complete* interval dictionary is fetched and the concurrency count is determined.

The major components in concurrency tracking are:

Expand Down

0 comments on commit 0de12ba

Please sign in to comment.