aboutsummaryrefslogtreecommitdiff
path: root/apps/VNLib.WebServer/src/Entry.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-08-04 15:36:26 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-08-04 15:36:26 -0400
commit0b69bc760f87efab73ca6efb454b30a3393be269 (patch)
treec910874b839a5206a772e979c8e83793b851aa14 /apps/VNLib.WebServer/src/Entry.cs
parentb8841c2218133bb8692e30cee0cfc719bfa5e9a0 (diff)
consolidate log config
Diffstat (limited to 'apps/VNLib.WebServer/src/Entry.cs')
-rw-r--r--apps/VNLib.WebServer/src/Entry.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/VNLib.WebServer/src/Entry.cs b/apps/VNLib.WebServer/src/Entry.cs
index 731e4f4..1ce660d 100644
--- a/apps/VNLib.WebServer/src/Entry.cs
+++ b/apps/VNLib.WebServer/src/Entry.cs
@@ -55,7 +55,6 @@ Starting...
private static readonly DirectoryInfo EXE_DIR = new(Environment.CurrentDirectory);
private const string DEFAULT_CONFIG_PATH = "config.json";
- internal const string SESSION_TIMEOUT_PROP_NAME = "max_execution_time_ms";
internal const string TCP_CONF_PROP_NAME = "tcp";
internal const string LOAD_DEFAULT_HOSTNAME_VALUE = "[system]";
internal const string PLUGINS_CONFIG_PROP_NAME = "plugins";