Skip to content

Commit 5bbf080

Browse files
committed
change MAP_TABLE_SIZE to 5000
1 parent c34d010 commit 5bbf080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-sdk-solana/src/state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use crate::PythError;
3030
pub const MAGIC: u32 = 0xa1b2c3d4;
3131
pub const VERSION_2: u32 = 2;
3232
pub const VERSION: u32 = VERSION_2;
33-
pub const MAP_TABLE_SIZE: usize = 640;
33+
pub const MAP_TABLE_SIZE: usize = 5000;
3434
pub const PROD_ACCT_SIZE: usize = 512;
3535
pub const PROD_HDR_SIZE: usize = 48;
3636
pub const PROD_ATTR_SIZE: usize = PROD_ACCT_SIZE - PROD_HDR_SIZE;

0 commit comments

Comments
 (0)