X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Ftiming.cpp;h=e61c8e2c589fc330126245e1b0ffcebfbb70721b;hb=8b72370eae1a3cfa8916136fd8ffc1460e9291ba;hp=18740098166bf862f4538e096878b3db53e35eba;hpb=340e7923b1e95c39ac85a4b22af7f1b53b315cd9;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/timing.cpp b/Usermode/Applications/axwin4_src/Server/timing.cpp index 18740098..e61c8e2c 100644 --- a/Usermode/Applications/axwin4_src/Server/timing.cpp +++ b/Usermode/Applications/axwin4_src/Server/timing.cpp @@ -12,7 +12,7 @@ namespace Timing { int64_t GetTimeToNextEvent() { - return 10*1000; + return -1; } void CheckEvents()