Skip to content

Commit

Permalink
refine the default values for segcore threadpool size (#27406)
Browse files Browse the repository at this point in the history
/kind improvement

Signed-off-by: MrPresent-Han <[email protected]>
  • Loading branch information
MrPresent-Han authored Sep 27, 2023
1 parent ec17e08 commit 505e850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/util/paramtable/component_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 505e850

Please sign in to comment.