Commit 2f501bf86e1c1557fd626c587a72026ed330fd65
document sbot.progress
Dominic Tarr committed on 6/9/2017, 7:50:40 AMParent: ac75414b720763dd15d89818928e111aeb5b5acb
Files changed
api.md | changed |
api.md | ||
---|---|---|
@@ -351,9 +351,13 @@ | ||
351 | 351 | ``` |
352 | 352 | |
353 | 353 | |
354 | 354 | |
355 | -## since: sync | |
355 | +## progress: sync | |
356 | 356 | |
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). | |
358 | 361 | |
362 | + | |
359 | 363 | ## getVectorClock: async |
Built with git-ssb-web