fix check_only value for image rate limit
This commit is contained in:
parent
a6f5e4e1de
commit
5a80e50643
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ impl RateLimited {
|
|||
&ip_addr,
|
||||
rate_limit.image,
|
||||
rate_limit.image_per_second,
|
||||
true,
|
||||
false,
|
||||
)?;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue