mdssvc: add and use SL_PAGESIZE
authorRalph Boehme <slow@samba.org>
Thu, 20 Apr 2023 15:24:30 +0000 (17:24 +0200)
committerJule Anger <janger@samba.org>
Mon, 31 Jul 2023 08:05:13 +0000 (08:05 +0000)
commit60fdb3adbee0130ecc993741688979d0a1104ee5
treeab6183c435f205309bede49768c40aed2115184f
parent7d5e9f5fc23d5be2a6b38ee04548378ff8a25ea0
mdssvc: add and use SL_PAGESIZE

SL_PAGESIZE is the number of entries we want to process per paged search result
set. This is different from MAX_SL_RESULTS which ought to be a default maximum
value for total number of results returned for a search query.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15342

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 086c2602d074d4dc0d44f5534857e5f59a8690b2)
source3/rpc_server/mdssvc/mdssvc.h
source3/rpc_server/mdssvc/mdssvc_es.c