From 4035c838c1508af0aa7e767a97431a692958ce1c Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 12 May 2024 16:55:32 -0400 Subject: perf: Utils + http perf mods --- lib/Net.Http/src/HttpConfig.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/Net.Http/src/HttpConfig.cs') diff --git a/lib/Net.Http/src/HttpConfig.cs b/lib/Net.Http/src/HttpConfig.cs index 274e163..c74bdbb 100644 --- a/lib/Net.Http/src/HttpConfig.cs +++ b/lib/Net.Http/src/HttpConfig.cs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2023 Vaughn Nugent +* Copyright (c) 2024 Vaughn Nugent * * Library: VNLib * Package: VNLib.Net.Http @@ -124,5 +124,10 @@ namespace VNLib.Net.Http /// the server. /// public readonly IHttpCompressorManager? CompressorManager { get; init; } = null; + + /// + /// Enables debug performance counters + /// + public readonly bool DebugPerformanceCounters { get; init; } = false; } } \ No newline at end of file -- cgit