This commit is contained in:
@@ -81,6 +81,9 @@ namespace AyaNova.Biz
|
||||
//I considered a circuit breaker / timeout here, but theoretically it should not be an issue
|
||||
//at some point it should not be a concurrency issue anymore
|
||||
//And this is not critical functionality requiring a transaction and locking
|
||||
|
||||
//TODO: Move this into a stored procedure just like search keyword processing for efficiency
|
||||
//it's likely not going to be an issue but still, it's not right to do it this way
|
||||
do
|
||||
{
|
||||
//START: Get tag word and concurrency token and count
|
||||
|
||||
Reference in New Issue
Block a user