Cablecast 5.4.5 Release Notes ========================================================= * Bug 9102 | Delay indexing files until file has not been written for 30 seconds -The behavior of how Cablecast waits to index files has been changed. Previously, Cablecast would wait 30 seconds since the last file system change notification. This was unreliable on systems with lots of activity as the system will drop change notifications if many come in at once. This would lead to incorrect indexing. Cablecast now waits for 30 seconds after the LastWrite timestamp on the file. This delay can be configured by adjusting the FileIndexingDelayInSeconds option in the config file.