File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/VirtoCommerce.OrdersModule.Core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ public static class General
216216 Name = "Order.Search.EventBasedIndexation.Enable" ,
217217 GroupName = "Orders|General" ,
218218 ValueType = SettingValueType . Boolean ,
219- DefaultValue = false ,
219+ DefaultValue = true ,
220220 } ;
221221
222222 public static SettingDescriptor CustomerOrderIndexationDate { get ; } = new SettingDescriptor
@@ -264,7 +264,7 @@ public static class General
264264 Name = "Order.EventBasedPurchasedProductIndexation.Enable" ,
265265 GroupName = "Orders|Products" ,
266266 ValueType = SettingValueType . Boolean ,
267- DefaultValue = false
267+ DefaultValue = true
268268 } ;
269269
270270 public static SettingDescriptor PurchasedProductStoreFilter { get ; } = new SettingDescriptor
You can’t perform that action at this time.
0 commit comments