Skip to content

Commit

Permalink
Add resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Jan 27, 2025
1 parent 0f9cb23 commit 25c7173
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ import { EdgeProvider } from '.';
* `prefetchPayloadFromOriginStore`.
*
* The wrapper is necessary to ensure that we don't make redundant sub-requests
* from Akamai to fetch an entire environment payload.
* from Akamai to fetch an entire environment payload. At the time of this writing,
* the Akamai documentation (https://techdocs.akamai.com/edgeworkers/docs/resource-tier-limitations)
* limits the number of sub-requests to:
*
* - 2 for basic compute
* - 4 for dynamic compute
* - 10 for enterprise
*/
export default class CacheableStoreProvider implements EdgeProvider {
cache: string | null | undefined;
Expand Down

0 comments on commit 25c7173

Please sign in to comment.