Skip to content

Commit

Permalink
Change default file size limit
Browse files Browse the repository at this point in the history
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
  • Loading branch information
mikeshardmind and Rapptz authored Jan 22, 2025
1 parent 418a791 commit db7b2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
)

DISCORD_EPOCH = 1420070400000
DEFAULT_FILE_SIZE_LIMIT_BYTES = 26214400
DEFAULT_FILE_SIZE_LIMIT_BYTES = 10485760


class _MissingSentinel:
Expand Down

0 comments on commit db7b2d9

Please sign in to comment.