Skip to content

Commit

Permalink
chore: increase video chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Rintarou-0 committed Sep 27, 2024
1 parent 27301ab commit bbf6ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/client/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub const OAUTH_RANDOM_P2: &str = "oauth_VWXYZ";
pub const OAUTH_RANDOM_P1_VAL: &str = "ABCDEFGH";
pub const OAUTH_RANDOM_P2_VAL: &str = "STUVWXYZ";
pub const CHUNK_SIZE: u64 = 16 * 1024 * 1024;
pub const VIDEO_CHUNK_SIZE: u64 = 4 * 1024 * 1024;
pub const VIDEO_CHUNK_SIZE: u64 = 32 * 1024 * 1024;

pub const JBOX_LOGIN_URL: &str =
"https://pan.sjtu.edu.cn/user/v1/sign-in/sso-login-redirect/xpw8ou8y";
Expand Down

0 comments on commit bbf6ad2

Please sign in to comment.