mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-16 03:10:50 +00:00
Do not "upgrade" regnerate fragments to regenerate prompt
This commit is contained in:
@ -1679,9 +1679,6 @@ impl InnerIndexSettingsDiff {
|
||||
|
||||
// fixup reindex to make sure we regenerate all fragments
|
||||
*reindex = match reindex.take() {
|
||||
Some(ReindexAction::RegenerateFragments(_)) => {
|
||||
Some(ReindexAction::RegeneratePrompts)
|
||||
}
|
||||
Some(reindex) => Some(reindex), // We are at least regenerating prompts
|
||||
None => {
|
||||
if write_back.is_none() {
|
||||
|
Reference in New Issue
Block a user