You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can blow our memory during upload since we don't hook our read_body phase with the scheduler. We need to improve our scheduler so that we acquire a permit before reading the body and maybe release it after uploading, or have different types of permits.
We will need to do something similar for Download as well if user is not pulling parts as fast as possible off the channel.
The text was updated successfully, but these errors were encountered:
We can blow our memory during upload since we don't hook our read_body phase with the scheduler. We need to improve our scheduler so that we acquire a permit before reading the body and maybe release it after uploading, or have different types of permits.
We will need to do something similar for Download as well if user is not pulling parts as fast as possible off the channel.
The text was updated successfully, but these errors were encountered: