JIO provides now a limit method for jio storages.
If the storage does not limit document list by itself, JIO will limit it anyway. The storage should use the method limitDone() to tell to JIO that the document list is already limited (avoid double limiting). If the storage can not support limiting, it can also use limitDocumentArray() provided by JIO (and no need to use limitDone()).
Showing
This diff is collapsed.
Please register or sign in to comment