mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
cosmetics
This commit is contained in:
parent
cf914450ee
commit
5a00baab3f
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class Application(ApplicationPartDelete, ApplicationPartHead,
|
|||
# Random delay to avoid timing oracles and bruteforce attacks
|
||||
if self._auth_delay > 0:
|
||||
random_delay = self._auth_delay * (0.5 + random.random())
|
||||
logger.debug("Sleeping %.3f seconds", random_delay)
|
||||
logger.debug("Failed login, sleeping random: %.3f sec", random_delay)
|
||||
time.sleep(random_delay)
|
||||
|
||||
if user and not pathutils.is_safe_path_component(user):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue