unioslo/nivlheim

Modify fastSearch.go to use channels instead of a mutex

Closed this issue · 0 comments

Observed a case where compareSearchCacheToDB took longer than 6 minutes to complete. Don't know why. It hung other parts of the application due to waiting for the Mutex.
I think the file can be re-written to use channels instead.