- Issue created by @drunken monkey
- 🇦🇹Austria drunken monkey Vienna, Austria
Update: Token Authentication doesn’t seem to be to blame after all. Instead, it seems people are hitting SearchStax’s relatively low request size limit, which activates a fallback mechanism in the Solr backend plugin which sends the documents one at a time instead.
While affected users can just reduce their configured indexing batch size to work around this problem, I’ll investigate whether we can also provide a fix in the module code.
- Merge request !45Resolve #3539413: Add fallback for updates that exceed the maximum request size → (Merged) created by drunken monkey
-
drunken monkey →
committed b3a20f32 on 1.x
[#3539413] fix: Fixed poor indexing performance with larger batch sizes...
-
drunken monkey →
committed b3a20f32 on 1.x
- 🇦🇹Austria drunken monkey Vienna, Austria
Merged, will test with the dev snapshot.