Content Delivery HTTP Rate Limit
In Salesforce, the total number of content delivery views allocate for a 24-hour period is limited to 50,000. It’s a rolling limit.
Content Delivery Bandwidth Limit
In Salesforce, the amount of bandwidth allocated to content deliveries is limited to 50 GB. It’s a rolling limit.
Salesforce Help Article:
https://help.salesforce.com/s/articleView?id=sf.content_delivery_about.htm&type=5
Asset(ContentAsset) can be used to overcome this limit exceeded Exception for Salesforce Org and Experience Cloud Site. Don’t use this for Public URLs.
Syntax:
https://<my_domain>.my.salesforce.com/file-asset-public/<asset_name>?oid=<organization_Id>
Example:
https://infallibletechie2-dev-ed.develop.my.salesforce.com/file-asset-public/AccountAssetpng?oid=00DHo000002fRR9
Help Article:
https://help.salesforce.com/s/articleView?id=sf.admin_files_asset_files_create.htm&type=5