make append_db_runtime actually appending db times

This commit is contained in:
aserafin 2016-03-05 09:21:19 +01:00
parent 67cfa3a99b
commit bce166747f

View file

@ -15,7 +15,7 @@ module GrapeLogging
end end
def append_db_runtime(event) def append_db_runtime(event)
self.db_runtime = event.duration self.db_runtime += event.duration
end end
end end
end end