Skip to content

Commit 66b961c

Browse files
committed
fixup! Debug precompilation
1 parent 841f3c5 commit 66b961c

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
@@ -975,7 +975,7 @@ function evict_all_chunks!(ctx, to_evict)
975975
if !isempty(to_evict)
976976
@sync for w in map(p->p.pid, procs_to_use(ctx))
977977
# @async remotecall_wait(evict_chunks!, w, nothing, Set{Chunk}())
978-
# @async remotecall_wait(identity, w, 1)
978+
@async remotecall_wait(identity, w, 1)
979979
end
980980
end
981981
end

0 commit comments

Comments
 (0)