mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
feat(ENG-21362): Environment Variables Store (#23930)
This commit is contained in:
@@ -45,7 +45,7 @@ pub const RWFFlagSupport = enum(u8) {
|
||||
if (comptime !bun.Environment.isLinux) return false;
|
||||
switch (rwf_bool.load(.monotonic)) {
|
||||
.unknown => {
|
||||
if (isLinuxKernelVersionWithBuggyRWF_NONBLOCK() or bun.getRuntimeFeatureFlag(.BUN_FEATURE_FLAG_DISABLE_RWF_NONBLOCK)) {
|
||||
if (isLinuxKernelVersionWithBuggyRWF_NONBLOCK() or bun.feature_flag.BUN_FEATURE_FLAG_DISABLE_RWF_NONBLOCK.get()) {
|
||||
rwf_bool.store(.unsupported, .monotonic);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user