fix ExpiringDict caching solution

This commit is contained in:
Kenneth Kehl
2024-07-19 13:58:23 -07:00
parent 8124d981d8
commit 875d378b3d
5 changed files with 73 additions and 5 deletions

View File

@@ -252,6 +252,7 @@ def register_blueprint(application):
def init_app(app):
@app.before_request
def record_request_details():
g.start = monotonic()