diff --git a/authentik/root/asgi.py b/authentik/root/asgi.py index 2beb79dd0..a7aaa605b 100644 --- a/authentik/root/asgi.py +++ b/authentik/root/asgi.py @@ -90,7 +90,7 @@ class ASGILogger: if message["type"] == "http.response.body" and not message.get( "more_body", None ): - runtime = int((time() - self.start) * 10 ** 6) + runtime = int((time() - self.start) * 1000) self.log(runtime) await send(message)