Currently, shares are fully re-indexed periodically. That can be taxing on resources. Instead, use fsnotify to watch shares for file creation and deletion, and update the index accordingly. Manual re-indexing will still be possible, and it will still index on startup and share creation.
Currently, shares are fully re-indexed periodically. That can be taxing on resources. Instead, use fsnotify to watch shares for file creation and deletion, and update the index accordingly. Manual re-indexing will still be possible, and it will still index on startup and share creation.