Define default num_event_threads config. (#785)
(This was not covered by tests because they manually set it to 1.)master
parent
2ad83662f2
commit
6125766c81
|
@ -14,10 +14,9 @@
|
|||
|
||||
include "map_builder.lua"
|
||||
|
||||
options = {
|
||||
MAP_BUILDER_SERVER = {
|
||||
server_address = "0.0.0.0:50051",
|
||||
num_event_threads = 4,
|
||||
num_grpc_threads = 4,
|
||||
map_builder = MAP_BUILDER,
|
||||
}
|
||||
|
||||
return options
|
||||
|
|
Loading…
Reference in New Issue