Skip to content

Commit

Permalink
Use 4em as width for the rate limiting interval
Browse files Browse the repository at this point in the history
Co-authored-by: yubiuser <[email protected]>
  • Loading branch information
DL6ER and yubiuser authored Feb 26, 2022
1 parent dd49ad4 commit 3ed3a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ function convertseconds($argument)
<br>
<h4><a id="ratelimit"></a>Rate-limiting</h4>
<p>Block clients making more than <input type="number" name="rate_limit_count" value="<?=$rate_limit_count?>" min="0" step="10" style="width: 5em;"> queries within
<input type="number" name="rate_limit_interval" value="<?=$rate_limit_interval?>" min="0" step="10" style="width: 3em;"> seconds.</p>
<input type="number" name="rate_limit_interval" value="<?=$rate_limit_interval?>" min="0" step="10" style="width: 4em;"> seconds.</p>
<p>When a client makes too many queries in too short time, it
gets rate-limited. Rate-limited queries are answered with a
<code>REFUSED</code> reply and not further processed by FTL
Expand Down

0 comments on commit 3ed3a2b

Please sign in to comment.