Skip to content

Commit

Permalink
remove batching info by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 1, 2023
1 parent b883859 commit a51dc86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/collective/elastic/ingest/preprocessings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
"target": "lock"
}
},
{
"comment": "Remove plone.restapi batching information",
"action": "remove",
"configuration": {
"target": "batching"
}
},
{
"comment": "If Volto is available, this is important for full text search, do not remove unless in Classic UI only environments",
"action": "rewrite",
Expand Down

0 comments on commit a51dc86

Please sign in to comment.