/* Put this child on the chain of children waiting
for the load average to go down. */
c->file->command_state=cs_running;
c->next=waiting_jobs;
waiting_jobs=c;
return;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.