Skip to content

Commit 2974cf4

Browse files
committed
Web: Temporarily enable background indexing mode
1 parent 5d367e4 commit 2974cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Spark.Web/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public void ConfigureServices(IServiceCollection services)
4646

4747
// Bind to Spark and store settings from appSettings.json
4848
SparkSettings sparkSettings = new SparkSettings();
49+
sparkSettings.IndexingMode = IndexingMode.Background;
4950
Configuration.Bind("SparkSettings", sparkSettings);
5051
services.AddSingleton<SparkSettings>(sparkSettings);
5152

0 commit comments

Comments
 (0)