You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, analysis of claims in the GUI is done in a batch. Ideally, we spawn a thread for each claim. This allows partial results to come in quick, and even yield results at all if some claims do not terminate in reasonable time.
The text was updated successfully, but these errors were encountered:
Currently, analysis of claims in the GUI is done in a batch. Ideally, we spawn a thread for each claim. This allows partial results to come in quick, and even yield results at all if some claims do not terminate in reasonable time.
The text was updated successfully, but these errors were encountered: