Skip to content

Commit f092684

Browse files
committed
set default to disable
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
1 parent dc620f7 commit f092684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/Acidanthera/Library/OcConfigurationLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
/// KernelSpace quirks.
279279
///
280280
#define OC_KERNEL_QUIRKS_FIELDS(_, __) \
281-
_(INT64 , SetApfsTrimTimeout , , -1 , ()) \
281+
_(INT64 , SetApfsTrimTimeout , , 999 , ()) \
282282
_(BOOLEAN , AppleCpuPmCfgLock , , FALSE , ()) \
283283
_(BOOLEAN , AppleXcpmCfgLock , , FALSE , ()) \
284284
_(BOOLEAN , AppleXcpmExtraMsrs , , FALSE , ()) \

0 commit comments

Comments
 (0)