- Issue created by @mxr576
When cron indexing is disabled for the index, the current UI implementation leads to headaches whenever you manually would like to index items, since the default batch size is retrieved from the `default_cron_limit` config key, which is 0 (which is the value to be used for disable cron indexing).
When default_cron_limit is 0, fallback to 50 as default value.
Active
1.0
General code