Currently dumboLog allows you to limit the number of results, but it's not sufficient to enable a true paging API. In particular, if there is a lot of branching and the limit is small, individual pages will have not commits from a given branch and thus the API needs to send a list of commits that are the seed of the next page. This is required to not drop commits from the full walk of the tree.
Currently
dumboLogallows you to limit the number of results, but it's not sufficient to enable a true paging API. In particular, if there is a lot of branching and the limit is small, individual pages will have not commits from a given branch and thus the API needs to send a list of commits that are the seed of the next page. This is required to not drop commits from the full walk of the tree.