Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX Add default batch size when creating IndexJob #74

Merged
merged 1 commit into from
Jul 20, 2022

Commits on Jul 15, 2022

  1. FIX Add default batch size when creating IndexJob

    Apply a similar strategy from ReindexJob where it uses the default
    batch size from configuration for null values.
    This solves recent issue when publishing a single page does not
    send the document to Elastic endpoint due to $batch_size being null
    as a 3rd param of array_splice returns an empty array as a result
    ssmarco committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    37e8219 View commit details
    Browse the repository at this point in the history