Terasology / ModuleTestingEnvironment

3 stars 15 forks source link

perf(client): set ViewDistance to "Legally Blind" for headless clients #31

Closed DarkWeird closed 3 years ago

DarkWeird commented 3 years ago

Related to #30

Reduce memory eats by Chunk's usage

skaldarnar commented 3 years ago

Two tests failed, I've restarted the build to check whether those are just sporadics (I think I've seen them before..)

DarkWeird commented 3 years ago

@skaldarnar it is problem with LocalChunkProvider. it fails at one chunk. then not correcly loads this one chunk. and this one chunk not sended via network. already in work.

skaldarnar commented 3 years ago

Ah, I see, those failing tests are pre-existing 👍 (well, not really 👍 but rather 😞 , but ✅ for this PR and 👍 already working on it 😅 )