mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 10:30:06 +00:00
The window is enlarged to 12.
This commit is contained in:
@@ -7,8 +7,8 @@ const (
|
||||
maxLargeFiles = 30
|
||||
barWidth = 24
|
||||
minLargeFileSize = 100 << 20 // 100 MB
|
||||
entryViewport = 10
|
||||
largeViewport = 10
|
||||
entryViewport = 12
|
||||
largeViewport = 12
|
||||
overviewCacheTTL = 7 * 24 * time.Hour // 7 days
|
||||
overviewCacheFile = "overview_sizes.json"
|
||||
duTimeout = 60 * time.Second // Increased for large directories
|
||||
|
||||
Reference in New Issue
Block a user