Increase upload speed using google cloud storage ? #205
bhupiister
started this conversation in
General
Replies: 1 comment 5 replies
-
You're posting in the wrong repo. With ESP32 the speed is as fast as the it could due to we must compromise between stream buffer with limited to available memory and speed. The library limited the buffer reserved memory size of 2k to send data as multiple chunks and changing is not allowed. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
Firebase.GCStorage.upload
and it is working fine. I have 3 to 5 MB files.Is there any way to increase its upload speed?
Beta Was this translation helpful? Give feedback.
All reactions