Bump the file buffer a bit

This commit is contained in:
Nexus 2023-11-04 17:20:11 +00:00
parent e26a91d437
commit fdf3871372
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -909,6 +909,7 @@ class OtherCog(commands.Cog):
REAL_MAX_SIZE_MB = MAX_SIZE_MB
if disable_filesize_buffer is False:
MAX_SIZE_MB *= 0.9
MAX_SIZE_MB -= 1
BYTES_REMAINING = (MAX_SIZE_MB - 0.256) * 1024 * 1024
import yt_dlp