worktycho

Results 43 comments of worktycho

Four times if we can pump data through the queues and there is nothing else running on the server. Can the queues handle the contention.

The chunk generator is on a dedicated thread and is done asynchronously from the tick thread. This is partly about maintaining responsiveness. This thread is mainly about whether adding the...

I have no idea, https://github.com/cuberite/cuberite/blob/master/src/Root.cpp#L86 is the relevant line.

Looking again, it looks like if m_RunAsService is set which it is if `-d` is passed, you should be fine. This does nneed to be better documented though.

So we need an option that has the daemon mode settings without daemonizing.

Looks like a bug in the server not core. Possibly related to mc-server/MCServer#852

Which issue is that, because I'd like to suggest we use \a.

No as in the bell character. Or any of the other effectively obsolete ASCII charicters: Start Of Heading, Start Of Text, End Of Text, End Of Transmission, Enquiry, Acknowledge, backspace,...

But if they're only used internally then we can just use the escape sequences. For anything exposed we should use the same as the client.

Then why aren't we using the same char as vanilla, any character that is on a keyboard will have the same problem as @?