-
How would I go about minimizing I/O when uploading a file? I.e. send/upload as little data as possible. would
or
be most efficient? |
Beta Was this translation helpful? Give feedback.
Answered by
Syfaro
Mar 10, 2022
Replies: 1 comment 1 reply
-
Either of those would be pretty similar in terms of reducing I/O for the bot (both are sending fairly small requests with some kind of ID), I don't think there's any way to use less resources to upload an existing file. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
watn3y
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Either of those would be pretty similar in terms of reducing I/O for the bot (both are sending fairly small requests with some kind of ID), I don't think there's any way to use less resources to upload an existing file.