Needs more work, but several experiments that make things more responsive under load.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3783 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -153,7 +153,6 @@ static void _util_timeoutCallback(uv_timer_t* handle)
|
||||
NULL);
|
||||
tf_util_report_error(context, result);
|
||||
JS_FreeValue(context, result);
|
||||
tf_task_run_jobs(timeout->_task);
|
||||
tf_trace_end(tf_task_get_trace(timeout->_task));
|
||||
free(timeout);
|
||||
uv_close((uv_handle_t*)handle, _handle_closed);
|
||||
|
Reference in New Issue
Block a user