Define default num_event_threads config. (#785)

(This was not covered by tests because they manually set it to 1.)
master
gaschler 2018-01-04 13:51:30 +01:00 committed by Wally B. Feed
parent 2ad83662f2
commit 6125766c81
1 changed files with 2 additions and 3 deletions

View File

@ -14,10 +14,9 @@
include "map_builder.lua" include "map_builder.lua"
options = { MAP_BUILDER_SERVER = {
server_address = "0.0.0.0:50051", server_address = "0.0.0.0:50051",
num_event_threads = 4,
num_grpc_threads = 4, num_grpc_threads = 4,
map_builder = MAP_BUILDER, map_builder = MAP_BUILDER,
} }
return options