Watched folders have a bunch of settings that can affect the way that
they process contents and how much performance you extract from the
system without starving it of CPU cycles. This mostly affects watched
folders that are used for batched processes, but ad-hoc can benefit from
tuning as well. When a watched folder executes to find files, it scans
the whole watched folder directory. This scan takes up processing
overhead, especially when there are lots of files in the folder, so you
want to ma...