Commit 06703be9 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

todo

parent 3a76ce65
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line


+ first sampled value is not flushed (only after first flush interval was reached and new data is submitted)
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ trait AbstractBucket {

    while (next_flush <= now) {
      StorageAdapter.store(key, next_flush, flush)

      next_flush += key.flush_interval
    }