Re-added FastOptions

Reset DefaultOptions to half NumCPU
This commit is contained in:
Caleb Gardner
2025-06-07 02:54:30 -05:00
parent 9fd87fe38a
commit 07e9d5f123
2 changed files with 10 additions and 6 deletions
+1
View File
@@ -54,6 +54,7 @@ func (f File) FS() (FS, error) {
func (f *File) Close() error {
f.rdr.Close()
f.full.Close()
f.rdrInit = false
return nil
}