diff --git a/faucet/src/faucet.rs b/faucet/src/faucet.rs index 6c07448f8..3d03c15ae 100644 --- a/faucet/src/faucet.rs +++ b/faucet/src/faucet.rs @@ -45,7 +45,7 @@ macro_rules! socketaddr { } pub const TIME_SLICE: u64 = 60; -pub const REQUEST_CAP: u64 = solana_sdk::native_token::LAMPORTS_PER_SOL * 1_000_000; +pub const REQUEST_CAP: u64 = solana_sdk::native_token::LAMPORTS_PER_SOL * 10_000_000; pub const FAUCET_PORT: u16 = 9900; pub const FAUCET_PORT_STR: &str = "9900";