add AI server development configuration

This commit is contained in:
Thibault Duplessis 2012-07-14 14:30:20 +02:00
parent 1654b59974
commit 9411735026

View file

@ -0,0 +1,14 @@
include "application_ai_server"
config_name = "development AI server"
ai {
stockfish {
play {
hash_size = 64
}
analyse {
hash_size = 64
}
}
}