Update client-side rate limit to 1 request per 300ms

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-12 20:00:46 +10:00
parent d66774ee4a
commit af30cfe2e1
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

View file

@ -498,7 +498,7 @@ mod test {
remote::Client::new(
concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION")),
None,
NonZeroU16::new(200).unwrap(),
NonZeroU16::new(300).unwrap(),
1.try_into().unwrap(),
[],
)