mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-30 09:03:46 +00:00
fix: パラメーターを忘れてたのを修正
This commit is contained in:
@@ -30,7 +30,8 @@ object StandaloneConsumerConfigLoader {
|
|||||||
val port = properties.getProperty("port").toInt()
|
val port = properties.getProperty("port").toInt()
|
||||||
val name = properties.getProperty("name")
|
val name = properties.getProperty("name")
|
||||||
val hostname = properties.getProperty("hostname")
|
val hostname = properties.getProperty("hostname")
|
||||||
|
val concurrency = properties.getProperty("concurrency").toInt()
|
||||||
|
|
||||||
return StandaloneConsumerConfig(address, port, name, hostname)
|
return StandaloneConsumerConfig(address, port, name, hostname, concurrency)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user