From bdb770f7b678591a1516ee2b987d5ba22d5cdb23 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 30 Jul 2026 14:19:22 +0200 Subject: default depth --- src/uci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uci.cpp') diff --git a/src/uci.cpp b/src/uci.cpp index e425cde..ef368b3 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -155,7 +155,7 @@ void Uci() { stringstream ss(line); string token; - int depth = 4; // default depth + int depth = -1; ss >> token; // go -- cgit v1.2.3