| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
this is important for dynamic event source registration to not reindex resources Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
There was a problem hiding this comment.
This PR improves the eager start check in the InformerEventSource class to prevent unnecessary re-indexing of resources during dynamic event source registration. The change adds an early return guard in the start() method that checks if the event source is already running before proceeding with resource initialization.
Changes:
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
this is important for dynamic event source registration to not reindex resources
Signed-off-by: Attila Mészáros a_meszaros@apple.com