-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: PALI
-
Storage Engines, Storage Engines - Persistence
-
None
-
None
The delta_count return parameter for plh_get is redundant, given that it can be easily derived from results_count, and it is in fact not even set by the server:
delta_count = *results_count - 1
We should thus use it instead of delta_count in the API. The page metadata should still continue to have delta_count.