Skip to content

Commit

Permalink
add reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Oct 15, 2023
1 parent 5c6d24c commit 9c05c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3060,6 +3060,7 @@ compilecache_pidfile_path(pkg::PkgId) = compilecache_path(pkg, UInt64(0); projec
# seconds if the process does still exist.
# If the lock is held by another host, it will conservatively wait `stale_age * 5`
# seconds since processes cannot be checked remotely
# NOTE: keep stale_age in-step with parallel precompile lock
function maybe_cachefile_lock(f, pkg::PkgId, srcpath::String; stale_age=10)
if @isdefined(mkpidlock_hook) && @isdefined(trymkpidlock_hook) && @isdefined(parse_pidfile_hook)
pidfile = compilecache_pidfile_path(pkg)
Expand Down

0 comments on commit 9c05c31

Please sign in to comment.