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
Is your feature request related to a problem? Please describe.
Currently, there is an individual blob size limit (PDS_BLOB_UPLOAD_LIMIT) in the PDS implementation here, but the total is unlimited. Therefore, there is a concern that a small number of accounts will over-consume storage.
Describe the solution you'd like
Set an upper limit on the total blob size that can be uploaded within a certain period of time. This will allow PDS administrators to control their costs.
Describe alternatives you've considered
The rate limit of uploadBlob already exists. However, this does not directly reflect the PDS cost because the individual blob sizes vary.
You can also consider a way to simply limit the total amount of data without window. In this case, please note that if the PDS does not count at least GC or deletion, it is very disadvantageous for long-term users.
Additional context
There are several movements that accelerate the blobstore consumption.
Increase the upper limit of individual blob size to support Bluesky videos
A new tool called ATFile that uses PDS as file storage
Is your feature request related to a problem? Please describe.
Currently, there is an individual blob size limit (
PDS_BLOB_UPLOAD_LIMIT
) in the PDS implementation here, but the total is unlimited. Therefore, there is a concern that a small number of accounts will over-consume storage.Describe the solution you'd like
Set an upper limit on the total blob size that can be uploaded within a certain period of time. This will allow PDS administrators to control their costs.
Describe alternatives you've considered
The rate limit of uploadBlob already exists. However, this does not directly reflect the PDS cost because the individual blob sizes vary.
You can also consider a way to simply limit the total amount of data without window. In this case, please note that if the PDS does not count at least GC or deletion, it is very disadvantageous for long-term users.
Additional context
There are several movements that accelerate the blobstore consumption.
The text was updated successfully, but these errors were encountered: