ref: 244df7208fe05b842fae60edd4ac0d6724331485
parent: 8c360fdcdb73273d2141afcf4a1237cc435a4c21
author: zamfofex <zamfofex@twdb.moe>
date: Fri Oct 27 19:58:00 EDT 2023
make small adjustment to time management
--- a/search.c
+++ b/search.c
@@ -188,9 +188,9 @@
d += our_time / 8;
t = 0;
- base = 3;
+ base = 2;
- while (t < 2)
+ while (t < 4)
{base++;
t = time(NULL);
--
⑨