]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
very very minor optimization
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index c3efe96fc94a3a8ef581acc72e0fedb1aaf18874..7e281db30c33c3ff9566f6657acf0cdc00ee81c6 100644 (file)
--- a/host.c
+++ b/host.c
@@ -652,7 +652,7 @@ void Host_ServerFrame (void)
        // setup the VM frame
        SV_VM_Begin();
        // stop running server frames if the wall time reaches this value
-       aborttime = Sys_DoubleTime() + 0.05;
+       aborttime = Sys_DoubleTime() + 0.1;
        for (framecount = 0;framecount < framelimit && sv.timer > 0;framecount++)
        {
                if (sys_ticrate.value <= 0)