Changes between Version 7 and Version 8 of Ticket #35672


Ignore:
Timestamp:
Aug 18, 2024, 6:12:16 AM (5 weeks ago)
Author:
André S. Hansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35672 – Description

    v7 v8  
    88Further investigation shows the reason was a Threaded Middleware orm interaction, like this simplified code.
    99
     10{{{
    1011class TimeMonitorMiddleware(object):
    1112    batched_logs: List[RequestLog] = []
     
    1920
    2021        return response
     22}}}
     23
    2124
    2225
Back to Top