mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
etc
Former-commit-id: 67546a63021c0b5b58841a03115fa699ae3e441f
This commit is contained in:
@@ -428,6 +428,7 @@ pub const NodeModuleBundle = struct {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
if (isMac) {
|
||||
// darwin only allows reading ahead on/off, not specific amount
|
||||
_ = std.os.fcntl(input.handle, std.os.F_RDAHEAD, 1) catch 0;
|
||||
|
||||
Reference in New Issue
Block a user