usestd::time::Duration;// Note: pubproxy doesn't support https
pubconstAPI_URI:&str="http://pubproxy.com/api/proxy?";pubconstREPO_URI:&str=env!("CARGO_PKG_REPOSITORY");// Note: A shorter delay is used when testing
pubconstDELAY: Duration =Duration::from_millis(ifcfg!(test){100}else{1_100});