You need to sign in or sign up before continuing.
  • Alex Kalderimis's avatar
    Record logs in query limiting middleware · d8d05022
    Alex Kalderimis authored
    This test support system helps us detect expensive endpoints. This
    change adds sufficient information to assess what the cause of the
    excessive queries is. To avoid storing unbounded numbers of queries,
    only the first 1.5x the threshold queries are recorded.
    d8d05022
transaction.rb 2.29 KB