Skip to content

Commit 6fd94eb

Browse files
committed
Sch: Make inbound queue size unlimited
1 parent 81eea2b commit 6fd94eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sch/Sch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ function compute_dag(ctx, d::Thunk; options=SchedulerOptions())
410410
end
411411
end
412412

413-
chan = RemoteChannel(()->Channel(1024))
413+
chan = RemoteChannel(()->Channel(typemax(Int)))
414414
deps = dependents(d)
415415
ord = order(d, noffspring(deps))
416416

0 commit comments

Comments
 (0)