mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Исправление граматики
This commit is contained in:
parent
0524e77e3e
commit
2a975d749c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public LauncherNettyServer(LaunchServer server) {
|
||||||
}
|
}
|
||||||
if(config.performance.usingEpoll && !Epoll.isAvailable())
|
if(config.performance.usingEpoll && !Epoll.isAvailable())
|
||||||
{
|
{
|
||||||
LogHelper.error("netty,perfomance.usingEpoll is not available: ", Epoll.unavailabilityCause());
|
LogHelper.error("Epoll is not available: (netty,perfomance.usingEpoll configured wrongly)", Epoll.unavailabilityCause());
|
||||||
}
|
}
|
||||||
bossGroup = NettyObjectFactory.newEventLoopGroup(config.performance.bossThread);
|
bossGroup = NettyObjectFactory.newEventLoopGroup(config.performance.bossThread);
|
||||||
workerGroup = NettyObjectFactory.newEventLoopGroup(config.performance.workerThread);
|
workerGroup = NettyObjectFactory.newEventLoopGroup(config.performance.workerThread);
|
||||||
|
|
Loading…
Reference in a new issue