Skip to content

Commit 2a6d2ca

Browse files
author
Jin Zhou
committed
revert vine_worker
1 parent 97993b4 commit 2a6d2ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

taskvine/src/worker/vine_worker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ static void vine_worker_serve_manager(struct link *manager)
17041704
hence a maximum wait time of five seconds is enforced.
17051705
*/
17061706

1707-
int wait_msec = 0;
1707+
int wait_msec = 5000;
17081708

17091709
if (sigchld_received_flag) {
17101710
wait_msec = 0;

0 commit comments

Comments
 (0)