Add address_cache and exclude loopback from ip limit (#16487)
This commit is contained in:
@@ -78,7 +78,7 @@ async fn main() {
|
||||
let time = faucet1.lock().unwrap().time_slice;
|
||||
thread::sleep(time);
|
||||
debug!("clearing ip cache");
|
||||
faucet1.lock().unwrap().clear_ip_cache();
|
||||
faucet1.lock().unwrap().clear_caches();
|
||||
});
|
||||
|
||||
run_faucet(faucet, faucet_addr, None).await;
|
||||
|
Reference in New Issue
Block a user