Merge branch '1.0'

This commit is contained in:
Alexey Kopytov
2018-12-23 11:12:53 +03:00

View File

@ -736,13 +736,6 @@ bool sb_more_events(int thread_id)
}
}
if (ck_pr_load_int(&queue_is_full))
{
log_text(LOG_FATAL, "Event queue is full. Terminating the worker thread");
return false;
}
ck_pr_inc_int(&sb_globals.concurrency);
timers[thread_id].queue_time = sb_timer_value(&sb_exec_timer) -