Commit f4014ab
committed
Revisions: Increase count
The default revision collector grabs at most 30 revisions of an object
from a bucket but the default numbers for the revision count and
revision (ten) count are 60 and 100, respectively.
This patch bumps up the number of revisions collected so that for apps
without custom settings they can fetch all of the saved revisions.
More thorough work is needed because we have a tradeoff between revision
counts and latency in fetching them. If we could return the list of
revisions repeatedly as new ones come in this would not be a problem.1 parent 1622ade commit f4014ab
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
| 648 | + | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
| |||
0 commit comments