Mahesh0253 / Media-Search-bot

Inline bot for channels and groups
GNU General Public License v2.0
555 stars 1.15k forks source link

if a large file exists 1gb mp4 - is this really going to save the file to database? #76

Open johndpope opened 1 year ago

johndpope commented 1 year ago

https://github.com/Mahesh0253/Media-Search-bot/blob/adf3a5a98fd32304fffc9cb8dde613510335a95d/utils/database.py#L36

Ns-AnoNymouS commented 3 months ago

The bot won't store the file itself in the database. It will only save the file's location, like the file ID and reference name. So, the file size won't matter.