Increase token cap (#7855)

automerge
This commit is contained in:
Michael Vines 2020-01-17 00:02:05 -07:00 committed by Grimes
parent b78b1bbfa9
commit c576a707b0
1 changed files with 1 additions and 1 deletions

View File

@ -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";