#upload size
11 messages · Page 1 of 1 (latest)
It's 100 MB for free/Pro, 200 MB for Business, and 500 (or higher) for Enterprise
https://developers.cloudflare.com/cache/concepts/default-cache-behavior/#upload-limits.
Those limits exist partly because Cloudflare buffers the entire upload at edge until its complete to prevent some attacks
If you require a larger upload, group requests smaller than the upload thresholds or upload the full resource through an unproxied (grey-clouded) DNS record.
(i.e if its support multipart you could have it done in smaller chunks, or do it through an unproxied/dns-only record)
So for example i run ptero with entire cf
I curr have full strict mode, should i just run a other certifacte and enable dns only and set full strict to only full?
You should always be full (strict), and your ssl/tls setting doesn't matter for unproxied/dns-only records at all, I don't get why you think you'd need to change it either
one big downside of making it dns-only is you're losing out on CF's CDN/Caching/WAF/Protection/etc, requests go directly to your origin
its just for the transfering
~2.2gb
and it doesnt support multiple chunks