Commit 40bd67a
Lars Schneider
sizes: lower max tree entries threshold to 1000
Warn the user with one star if a tree has more than 1000 entries and
warn the user with exclamation points after 30k entries.
Reasons:
(1) GitHub truncates directories with more than 1000 entries on the
website and consequently the content would be harder to discover.
(2) The default Windows file system NTFS might experience performance
issues if individual directories contain more than 50k files [1].
Let's warn the user way before this known threshold.
[1] https://support.microsoft.com/en-us/help/2539403/system-may-pause-while-accessing-large-ntfs-folder1 parent 2e9a30f commit 40bd67a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
0 commit comments