mirror of
https://github.com/kopia/kopia.git
synced 2026-04-27 17:41:16 -04:00
* localfs: reduce memory usage when scanning short directories We read first 100 entries to determine if the directory is short before forking to goroutines. Also reduced goroutine count, 16 was way too aggressive. * localfs: fixed windows-specific behavior where os.Lstat() returns different timestamps than ReadDir()