git ssb

1+

Dominic / secure-scuttlebutt



Commit 9a7e43ac498a13a9720df2ba9fdd94eafe23d04d

oops, pass in the timestamp to the legacy migration

Dominic Tarr committed on 7/1/2017, 10:49:55 AM
Parent: 31fc7d1d2282e2cb431d65914e7085c00642bccb

Files changed

legacy.jschanged
legacy.jsView
@@ -98,9 +98,9 @@
9898 // fast track for more accurate progress
9999 flumedb.progress.migration = prog
100100 var c = 0
101101 pull(
102- pl.old(logDB, {values: false}),
102+ pl.old(logDB, {gt: since, values: false}),
103103 pull.drain(function () {
104104 c++
105105 }, function () {
106106 prog.target = c

Built with git-ssb-web