git ssb

4+

Dominic / scuttlebot



Commit 2f501bf86e1c1557fd626c587a72026ed330fd65

document sbot.progress

Dominic Tarr committed on 6/9/2017, 7:50:40 AM
Parent: ac75414b720763dd15d89818928e111aeb5b5acb

Files changed

api.mdchanged
api.mdView
@@ -351,9 +351,13 @@
351351 ```
352352
353353
354354
355-## since: sync
355+## progress: sync
356356
357-get the current state of the internal flumelog
357+returns an object reflecting the progress state of various plugins.
358+the return value is a `{}` with subobjects showing `{start,current,target}`
359+to represent progress. Currently implemented are `migration` (legacy->flume)
360+migration progress and `indexes` (index regeneration).
358361
362+
359363 ## getVectorClock: async

Built with git-ssb-web