Skip to content

Commit 8f88008

Browse files
authored
VCST-4016: Enable event-based indexation by default (#468)
1 parent d91be98 commit 8f88008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)