mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
make append_db_runtime actually appending db times
This commit is contained in:
parent
67cfa3a99b
commit
bce166747f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ module GrapeLogging
|
|||
end
|
||||
|
||||
def append_db_runtime(event)
|
||||
self.db_runtime = event.duration
|
||||
self.db_runtime += event.duration
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Reference in a new issue