mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-21 23:12:56 +00:00
Fix comment relating to deprecated field (#1790)
This commit is contained in:
parent
1bbcb4b8f3
commit
c5f11cc800
@ -14,7 +14,7 @@ type Config struct {
|
||||
// Optional. Default: nil
|
||||
Next func(c *fiber.Ctx) bool
|
||||
|
||||
// Max number of recent connections during `Duration` seconds before sending a 429 response
|
||||
// Max number of recent connections during `Expiration` seconds before sending a 429 response
|
||||
//
|
||||
// Default: 5
|
||||
Max int
|
||||
|
Loading…
x
Reference in New Issue
Block a user