-
|
Are there issues with indexing one location from 2 different indexing PCs simultaneously? Specifically for video files in this case. |
Beta Was this translation helpful? Give feedback.
Answered by
scrubbbbs
Apr 9, 2025
Replies: 1 comment 5 replies
-
|
There isn't anything to prevent this, but separate indexers cannot coordinate currently. It may work if you give each PC a different set of files or subdirectory to work on:
For more info on filters read here |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
scrubbbbs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't anything to prevent this, but separate indexers cannot coordinate currently. It may work if you give each PC a different set of files or subdirectory to work on:
cbird -use <> -update <path>orcbird -use <> -i.include <path> -i.include <path2> ... -updateFor more info on filters read here