From ad4eb931646c37e2bed960b47f128af5d173b990 Mon Sep 17 00:00:00 2001 From: Aditya Mandaleeka Date: Fri, 25 Mar 2016 17:09:05 -0700 Subject: [PATCH] Fix example runtimeconfig.json. --- Documentation/specs/runtime-configuration-file.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/specs/runtime-configuration-file.md b/Documentation/specs/runtime-configuration-file.md index 7d20b9726..fc134e0df 100644 --- a/Documentation/specs/runtime-configuration-file.md +++ b/Documentation/specs/runtime-configuration-file.md @@ -30,14 +30,13 @@ The files are both JSON files stored in UTF-8 encoding. Below are sample files. "System.GC.Server": true, "System.GC.Concurrent": true, "System.Threading.ThreadPool.MinThreads": 4, - "System.Threading.ThreadPool.MaxThreads": 8, - "System.Threading.Thread.UseAllCpuGroups": true, + "System.Threading.ThreadPool.MaxThreads": 8 }, "framework": { "name": "Microsoft.DotNetCore", "version": "1.0.1", - "rollForward": false, + "rollForward": false } } }