Skip to content

Commit dd8ae96

Browse files
committed
fix: disable FAKETIME_FORCE_MONOTONIC_FIX
This is an attempt to fix performance issues raised in #81
1 parent 78027d2 commit dd8ae96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libfaketime/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ def _setup_ld_preload(soname):
5757
"linux": {
5858
"DONT_FAKE_MONOTONIC": "1",
5959
"FAKETIME_NO_CACHE": "1",
60+
"FAKETIME_FORCE_MONOTONIC_FIX": "0",
6061
},
6162
"darwi": {
6263
"DONT_FAKE_MONOTONIC": "1",
6364
"DYLD_FORCE_FLAT_NAMESPACE": "1",
6465
"FAKETIME_NO_CACHE": "1",
66+
"FAKETIME_FORCE_MONOTONIC_FIX": "0",
6567
},
6668
}
6769

0 commit comments

Comments
 (0)