--- toga2-1.4.1.1SE1.orig/src/option.cpp
+++ toga2-1.4.1.1SE1/src/option.cpp
@@ -38,7 +38,7 @@
{ "OwnBook", true, "true", "check", "", NULL },
{ "BookFile", true, "performance.bin", "string", "", NULL },
- { "Bitbases Path", true, "c:/egbb/", "string", "", NULL },
+ { "Bitbases Path", true, "/usr/share/egbb/", "string", "", NULL },
{ "Bitbases Cache Size", true, "16", "spin", "min 16 max 1024", NULL },
{ "MultiPV", true, "1", "spin", "min 1 max 10", NULL },
@@ -74,6 +74,7 @@
{ "Toga King Safety Margin", true, "1700", "spin", "min 500 max 3000", NULL },
{ "Toga Extended History Pruning",true, "false", "check", "", NULL },
{ "Toga History Threshold", false, "40", "spin", "min 0 max 100", NULL },
+ { "Number of Threads", true, "1", "spin", "min 1 max 16", NULL },
{ NULL, false, NULL, NULL, NULL, NULL, },
};