mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Add small client TLS PSK cache (#14039)
This commit is contained in:
@@ -118,6 +118,9 @@ const (
|
||||
|
||||
// diskMinInodes is the minimum number of inodes we want free on a disk to perform writes.
|
||||
diskMinInodes = 1000
|
||||
|
||||
// tlsClientSessionCacheSize is the cache size for client sessions.
|
||||
tlsClientSessionCacheSize = 100
|
||||
)
|
||||
|
||||
var globalCLIContext = struct {
|
||||
|
||||
Reference in New Issue
Block a user