Skip to content

Commit

Permalink
change MAP_TABLE_SIZE to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel committed Jan 16, 2025
1 parent c34d010 commit 5bbf080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyth-sdk-solana/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use crate::PythError;
pub const MAGIC: u32 = 0xa1b2c3d4;
pub const VERSION_2: u32 = 2;
pub const VERSION: u32 = VERSION_2;
pub const MAP_TABLE_SIZE: usize = 640;
pub const MAP_TABLE_SIZE: usize = 5000;
pub const PROD_ACCT_SIZE: usize = 512;
pub const PROD_HDR_SIZE: usize = 48;
pub const PROD_ATTR_SIZE: usize = PROD_ACCT_SIZE - PROD_HDR_SIZE;
Expand Down

0 comments on commit 5bbf080

Please sign in to comment.