mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Renames authentication throttle back to login throttle.
This commit is contained in:
parent
8b218e48a3
commit
0446dbd858
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