mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Adding lru to memory driver, not wired to command line opts
This commit is contained in:
@@ -136,7 +136,7 @@ func getDriverChannels(driverType DriverType) (ctrlChans []chan<- string, status
|
||||
switch {
|
||||
case driverType == Memory:
|
||||
{
|
||||
ctrlChan, statusChan, driver = memory.Start()
|
||||
ctrlChan, statusChan, driver = memory.Start(1000)
|
||||
ctrlChans = append(ctrlChans, ctrlChan)
|
||||
statusChans = append(statusChans, statusChan)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user