Opened 9 years ago
Closed 9 years ago
#782 closed improvement (fixed)
Make CMIS MAX ITEMS configurable
| Reported by: | Alex | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 7.7 |
| Component: | CMIS | Version: | 7.6.4 |
| Keywords: | Cc: |
Description
We should make the value of MAX_ITEMS_OBJECTS configurable.
That value currently is a constant in com.logicaldoc.cmis.ServiceFactory and is fixed at 200.
private static final BigInteger DEFAULT_MAX_ITEMS_OBJECTS = BigInteger.valueOf(200);
Note:
See TracTickets
for help on using tickets.