python join: Set index transaction cache size.
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 1 Apr 2019 03:49:38 +0000 (16:49 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 4 Apr 2019 07:45:03 +0000 (07:45 +0000)
commit00874b614449b094300a4e249ead22618031b1d8
tree4a410b9bbb492181e3c974367933e4f9b3205a78
parent69408654b7656189de0c37b0994c668a14e518a3
python join: Set index transaction cache size.

The default value is too small for joining a large domain.  So we specify a
size of 200,000 which is suitable for domains with up to 100,000 users.

At a later date this could be added as a parameter to the join, but
200,000 should be suitable for now.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Apr  4 07:45:03 UTC 2019 on sn-devel-144
python/samba/join.py