Test case for setup @rlcee had mentioned: using hashed subdirectories in dropbox to reduce total files per directory.
The test doesn't actually use a hash, i puts the first file in directory 11, the second in 22 , etc. but the declad
config is the same, using "cd $location && ls ??/*" as the ls_command.
This also fixes using patchfiles, on the config in the test harness, which wasn't actually tested before.
Test case for setup @rlcee had mentioned: using hashed subdirectories in dropbox to reduce total files per directory. The test doesn't actually use a hash, i puts the first file in directory 11, the second in 22 , etc. but the declad config is the same, using "
cd $location && ls ??/*
" as thels_command
.This also fixes using patchfiles, on the config in the test harness, which wasn't actually tested before.