mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-30 09:56:36 +08:00
优化MMAP相关功能
This commit is contained in:
9
internal/caches/storage_file_ext.go
Normal file
9
internal/caches/storage_file_ext.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2024 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
//go:build !plus
|
||||
|
||||
package caches
|
||||
|
||||
func (this *FileStorage) tryMMAPReader(isPartial bool, estimatedSize int64, path string) (Reader, error) {
|
||||
// stub
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user