From b7667d169efe032ae85ee6e7ad803a9b05924330 Mon Sep 17 00:00:00 2001 From: cxxpxr <60411087+cxxpxr@users.noreply.github.com> Date: Wed, 7 Apr 2021 21:32:24 -0400 Subject: [PATCH] Remove server cap --- ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Endpoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Endpoint.cs b/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Endpoint.cs index 68085fd..cd54dd5 100644 --- a/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Endpoint.cs +++ b/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Endpoint.cs @@ -85,7 +85,7 @@ namespace LightReflectiveMirror.Endpoints { var config = new ConfigurationBuilder() .SetBasePath(System.IO.Directory.GetCurrentDirectory()) - .AddJsonFile("appsettings.json", optional: true, reloadOnChange: true) + .AddJsonFile("appsettings.json", optional: true, reloadOnChange: false) .Build(); var server = new RestServerBuilder(new ServiceCollection(), config,