Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rematch optimising #308

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
#288 fix rematch return render
  • Loading branch information
qifeng-bai committed Jun 20, 2024
commit cdb1964e9b73e0d1df7a7fee496b387966228224
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ class SpeciesListController {
rematchLog.save()

log.info("Total time to complete ${speciesLists.itemsCount} lists : ${TimeCategory.minus(new Date(), startProcessing)}")

render(rematchLog.toMap() as JSON)
}

/**
Expand Down