diff --git a/l9plugin.go b/l9plugin.go index d25bb68..6cbfaf4 100644 --- a/l9plugin.go +++ b/l9plugin.go @@ -25,7 +25,7 @@ type ServicePluginInterface interface { type ServicePluginBase struct { } -var TlsSessionCache = tls.NewLRUClientSessionCache(4096*1024) +var TlsSessionCache = tls.NewLRUClientSessionCache(4096) func (plugin ServicePluginBase) Init() error { return nil