Avoid Unnecessary Rountrips

Issue #96 resolved
Tygre repo owner created an issue

When rating a module, there will be two calls to the Web server: one to rate the module and one to get the rating (i.e., to make sure that the rating was saved!). The second call is quite unnecessary...

Comments (2)

  1. Tygre reporter

    The getting of the user/communicaty ratings was silly and led to many useless calls. Now, it's done once and only once per file and the results are shared.

  2. Log in to comment