mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Renames authentication throttle back to login throttle.
This commit is contained in:
parent
fef356435b
commit
8219a1db28
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ CREATION_THROTTLE = Throttle(
|
|||
name='creation', limit=settings.CREATION_THROTTLE_LIMIT, timeout=settings.CREATION_THROTTLE_TIMEOUT
|
||||
)
|
||||
LOGIN_THROTTLE = Throttle(
|
||||
name='authentication', limit=settings.LOGIN_THROTTLE_LIMIT, timeout=settings.LOGIN_THROTTLE_TIMEOUT
|
||||
name='login', limit=settings.LOGIN_THROTTLE_LIMIT, timeout=settings.LOGIN_THROTTLE_TIMEOUT
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue