Skip to content

Commit 9d3ccd1

Browse files
fix(cache): reduce cache file size
1 parent 89b36dc commit 9d3ccd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cache/file_map_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
// Configuration constants
1212
const (
13-
maxStringSize = 1024 * 1024 // 1MB maximum string size
13+
maxStringSize = 25 * 1024 // 25KB maximum string size
1414
)
1515

1616
// Windows API constants

0 commit comments

Comments
 (0)