Removed configure option --no-threads.

This commit is contained in:
Igor Sysoev
2017-08-24 17:43:32 +03:00
parent 8b4b52ae3b
commit b84aa64dcb
21 changed files with 18 additions and 305 deletions

View File

@@ -33,14 +33,9 @@ nxt_job_file_cache_read(nxt_cache_t *cache, nxt_job_file_t *jbf)
return;
}
#if (NXT_THREADS)
if (node->accessed + 60 > nxt_thread_time()) {
jbf->job.thread_pool = NULL;
}
#endif
}
nxt_job_file_read(jbf);