mirror of https://github.com/usbharu/Hideout.git
fix: パラメーターを忘れてたのを修正
This commit is contained in:
parent
786740e294
commit
86d0366ab5
|
@ -30,7 +30,8 @@ object StandaloneConsumerConfigLoader {
|
|||
val port = properties.getProperty("port").toInt()
|
||||
val name = properties.getProperty("name")
|
||||
val hostname = properties.getProperty("hostname")
|
||||
val concurrency = properties.getProperty("concurrency").toInt()
|
||||
|
||||
return StandaloneConsumerConfig(address, port, name, hostname)
|
||||
return StandaloneConsumerConfig(address, port, name, hostname, concurrency)
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue