From 98e0dcefb4e05b2b797535eeca5280ca78f240c8 Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 5 Aug 2022 18:22:01 +0200 Subject: [PATCH] contrib/localnet: Lower limits for faucetd. --- contrib/localnet/faucetd.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/localnet/faucetd.toml b/contrib/localnet/faucetd.toml index 8c9df25cc..57437ae1a 100644 --- a/contrib/localnet/faucetd.toml +++ b/contrib/localnet/faucetd.toml @@ -35,3 +35,9 @@ sync_p2p_seed = ["tls://127.0.0.1:8342"] # Peers to connect to for the syncing protocol #sync_p2p_peer = [] + +# Airdrop timeout limit in seconds +airdrop_timeout = 10 + +# Airdrop amount limit +airdrop_limit = "1000000"