Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
State explicitly that our current maximal length of the path in dandi…
…set must not exceed 512 ATM, if my check is right -- maximal length we can encounter is only 192, so we are quite ok dandi@drogon:/mnt/backup/dandi/dandisets$ pwd /mnt/backup/dandi/dandisets dandi@drogon:/mnt/backup/dandi/dandisets$ declare m=0;for ds in 00*; do git -C $ds ls-tree -r --name-only HEAD; done | awk '{ if (length($0) > max) max = length($0) } END { print max }' 192 When user manages to get over -- server 500s. Filed dandi/dandi-archive#1889
- Loading branch information