const MIN_SYNC_MAX_SLOTS: u64 = 10_000;
Minimum the number of slots each sync task will process at one time can be set to. Note: This is just the setting minimum, a sync task may sync as few as a 1 slot.