From a01e28784dcc326a76fe982d2fc0237a080e934c Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Wed, 22 Jul 2020 01:30:06 -0700 Subject: [PATCH] Remove redundant max_threads value (#52317) --- code/controllers/subsystem/dbcore.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/dbcore.dm b/code/controllers/subsystem/dbcore.dm index 5723e96dc41..d1c318aca5b 100644 --- a/code/controllers/subsystem/dbcore.dm +++ b/code/controllers/subsystem/dbcore.dm @@ -88,7 +88,6 @@ SUBSYSTEM_DEF(dbcore) "user" = user, "pass" = pass, "db_name" = db, - "max_threads" = 5, "read_timeout" = timeout, "write_timeout" = timeout, "max_threads" = thread_limit,