Remove redundant max_threads value (#52317)

This commit is contained in:
Tad Hardesty
2020-07-22 01:30:06 -07:00
committed by SkyratBot
parent 15475c6163
commit a01e28784d
-1
View File
@@ -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,