Browse Source

Fix bug in nilmdb.stream_remove with max_removals

tags/nilmdb-1.5.3^0
Jim Paris 10 years ago
parent
commit
a1e2746360
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      nilmdb/server/nilmdb.py

+ 1
- 0
nilmdb/server/nilmdb.py View File

@@ -675,6 +675,7 @@ class NilmDB(object):

# Count how many were removed
removed += row_end - row_start
remaining -= row_end - row_start

if restart is not None:
break


Loading…
Cancel
Save