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:
Lombiq
2015-05-14 12:54:02 +02:00
committed by Zoltán Lehóczky
parent 40243f2224
commit b98d35305a
7 changed files with 37 additions and 150 deletions

View File

@@ -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>