Commit 9a7e43ac498a13a9720df2ba9fdd94eafe23d04d
oops, pass in the timestamp to the legacy migration
Dominic Tarr committed on 7/1/2017, 10:49:55 AMParent: 31fc7d1d2282e2cb431d65914e7085c00642bccb
Files changed
legacy.js | changed |
legacy.js | ||
---|---|---|
@@ -98,9 +98,9 @@ | ||
98 | 98 | // fast track for more accurate progress |
99 | 99 | flumedb.progress.migration = prog |
100 | 100 | var c = 0 |
101 | 101 | pull( |
102 | - pl.old(logDB, {values: false}), | |
102 | + pl.old(logDB, {gt: since, values: false}), | |
103 | 103 | pull.drain(function () { |
104 | 104 | c++ |
105 | 105 | }, function () { |
106 | 106 | prog.target = c |
Built with git-ssb-web