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:
parent
a128faf0b0
commit
e9eea87341
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue