Skip to content

Commit 465ee4d

Browse files
author
Requiem
committed
chore: small threshold tweak
1 parent c28caf5 commit 465ee4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4583,7 +4583,7 @@ struct VM {
45834583
return false;
45844584
}
45854585
// will be used in cpuid measurements later
4586-
u16 cycle_threshold = 1000;
4586+
u16 cycle_threshold = 800;
45874587
if (util::hyper_x() == HYPERV_ARTIFACT_VM) {
45884588
cycle_threshold = 3500; // if we're running under Hyper-V, make VMAware detect nested virtualization
45894589
}

0 commit comments

Comments
 (0)