fix : engine parallel workers
This commit is contained in:
@@ -13,7 +13,7 @@ export const showBestMoveArrowAtom = atom(true);
|
||||
export const showPlayerMoveIconAtom = atom(true);
|
||||
|
||||
export const engineNameAtom = atom<EngineName>(EngineName.Stockfish17Lite);
|
||||
export const engineDepthAtom = atom(16);
|
||||
export const engineDepthAtom = atom(14);
|
||||
export const engineMultiPvAtom = atom(3);
|
||||
export const evaluationProgressAtom = atom(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user