shithub: rc

Download patch

ref: 9e972cba978f36a68419267c17cb19058aaeb7f0
parent: 5b47e34cb53031f557f427b249118c84f29925bc
author: qwx <qwx@sciops.net>
date: Thu Aug 24 10:48:11 EDT 2023

tune: fix uptuning

--- a/bin/tune
+++ b/bin/tune
@@ -44,7 +44,7 @@
 			if(t > 4.0)
 				t = 4.0
 		}else{
-			t = 1 - t / 100
+			t = 100 / t
 			if(t < 0.25)
 				t = 0.25
 		}