mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 22:28:41 +00:00
fix attempt for campaignd number of helper threads raised from 5 -> 10
This commit is contained in:
parent
c1ba080cdb
commit
dbe9d326e3
@ -68,7 +68,7 @@ namespace {
|
||||
}
|
||||
|
||||
campaign_server::campaign_server(const std::string& cfgfile)
|
||||
: file_(cfgfile), net_manager_(5), server_manager_(load_config())
|
||||
: file_(cfgfile), net_manager_(10), server_manager_(load_config())
|
||||
{
|
||||
if(cfg_.child("campaigns") == NULL) {
|
||||
cfg_.add_child("campaigns");
|
||||
|
Loading…
x
Reference in New Issue
Block a user