refine the default values for segcore threadpool size (#27406)

/kind improvement

Signed-off-by: MrPresent-Han <chun.han@zilliz.com>
pull/27413/head
MrPresent-Han 2023-09-27 20:43:28 +08:00 committed by GitHub
parent ec17e08f4d
commit 505e8509b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ const (
DefaultIndexSliceSize = 16
DefaultGracefulTime = 5000 // ms
DefaultGracefulStopTimeout = 1800 // s
DefaultHighPriorityThreadCoreCoefficient = 100
DefaultMiddlePriorityThreadCoreCoefficient = 50
DefaultLowPriorityThreadCoreCoefficient = 10
DefaultHighPriorityThreadCoreCoefficient = 10
DefaultMiddlePriorityThreadCoreCoefficient = 5
DefaultLowPriorityThreadCoreCoefficient = 1
DefaultSessionTTL = 60 // s
DefaultSessionRetryTimes = 30