Increase token cap (#7855)

automerge
This commit is contained in:
Michael Vines
2020-01-16 23:02:05 -08:00
committed by Grimes
parent b78b1bbfa9
commit c576a707b0
+1 -1
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";