mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 09:42:29 +08:00
Revert "Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729."
Commit moved to dev branch as it's not a completely safe change.
This reverts commit 40243f2224.
This commit is contained in:
@@ -78,9 +78,6 @@
|
||||
<Compile Include="Models\IndexSettings.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Models\IndexTaskBatchRecord.cs" />
|
||||
<Compile Include="Services\IIndexTaskBatchManagementService.cs" />
|
||||
<Compile Include="Services\IndexTaskBatchManagementService.cs" />
|
||||
<Compile Include="Services\UpdateIndexScheduler.cs" />
|
||||
<Compile Include="Services\IIndexingTaskExecutor.cs" />
|
||||
<Compile Include="Services\IUpdateIndexScheduler.cs" />
|
||||
@@ -94,7 +91,6 @@
|
||||
<Compile Include="Services\IndexingService.cs" />
|
||||
<Compile Include="Settings\EditorEvents.cs" />
|
||||
<Compile Include="Settings\FieldIndexing.cs" />
|
||||
<Compile Include="Services\CreateUpdateIndexTaskBackgroundTask.cs" />
|
||||
<Compile Include="Settings\TypeIndexing.cs" />
|
||||
<Compile Include="ViewModels\IndexViewModel.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user