1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Set LSNTime to 100 ms

This is a timeout compatible with very short TC of 5 sec/game.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2010-06-12 10:29:50 +01:00
parent a128faf0b0
commit e9eea87341

View file

@ -236,7 +236,7 @@ namespace {
// Last seconds noise filtering (LSN) // Last seconds noise filtering (LSN)
const bool UseLSNFiltering = true; const bool UseLSNFiltering = true;
const int LSNTime = 4000; // In milliseconds const int LSNTime = 100; // In milliseconds
const Value LSNValue = value_from_centipawns(200); const Value LSNValue = value_from_centipawns(200);
bool loseOnTime = false; bool loseOnTime = false;