Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 209f612

Browse files
authored
stake-pool: Revert huge pool number to 3k (#4015)
1 parent ff58a06 commit 209f612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stake-pool/program/tests/huge_pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use {
2525
// the test require so many helper accounts.
2626
// 20k is also a very safe number for the current upper bound of the network.
2727
const MAX_POOL_SIZE_WITH_REQUESTED_COMPUTE_UNITS: u32 = 20_000;
28-
const MAX_POOL_SIZE: u32 = 3_200;
28+
const MAX_POOL_SIZE: u32 = 3_000;
2929
const STAKE_AMOUNT: u64 = 200_000_000_000;
3030

3131
async fn setup(

0 commit comments

Comments
 (0)