Skip to content

Commit

Permalink
docs: clarify edge proxy api usage (#3396)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Feb 7, 2024
1 parent 5fa0a1a commit 14816a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/web/components/OrganisationUsage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ const OrganisationUsage: FC<OrganisationUsageType> = ({ organisationId }) => {
</p>
<h5>Environment Document</h5>
<p>
This is a single call made by Server-Side SDKs, when running in Local
Evaluation Mode, to get the entire Environment dataset so the SDK can
run flag evaluations locally.
This is a single call made by Server-Side SDKs (when running in Local
Evaluation Mode), and the Edge Proxy to get the entire Environment dataset so they
can run flag evaluations locally.
</p>
<p>
By default, server-side SDKs refresh this data every 60 seconds. Each
refresh will count as a single call.
By default, server-side SDKs refresh this data every 60 seconds, and the Edge Proxy every 10 seconds. Each
refresh will count as a single call. These time periods are configurable.
</p>
<p>
<a
Expand Down

0 comments on commit 14816a3

Please sign in to comment.