Skip to content

Commit

Permalink
Temporarily changed part size back to 25MB
Browse files Browse the repository at this point in the history
  • Loading branch information
obvMellow committed Sep 7, 2024
1 parent 7407514 commit d7c97a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdistore/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use serenity::all::{
ChannelId, CreateAttachment, CreateMessage, EditMessage, GetMessages, Http, Message,
};

static PART_SIZE: usize = 1000 * 1000 * 10;
static PART_SIZE: usize = 1000 * 1000 * 25;

lazy_static! {
static ref VERSION: Version = {
Expand Down

0 comments on commit d7c97a3

Please sign in to comment.