Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "ChunkGeneratorThread.h"
#include "Generating/ChunkGenerator.h"
#include "Generating/ChunkDesc.h"
Go to the source code of this file.
Variables | |
const size_t | QUEUE_SKIP_LIMIT = 500 |
If the generation queue size exceeds this number, chunks with no clients will be skipped. More... | |
const size_t | QUEUE_WARNING_LIMIT = 1000 |
If the generation queue size exceeds this number, a warning will be output. More... | |
const size_t QUEUE_SKIP_LIMIT = 500 |
If the generation queue size exceeds this number, chunks with no clients will be skipped.
Definition at line 14 of file ChunkGeneratorThread.cpp.
const size_t QUEUE_WARNING_LIMIT = 1000 |
If the generation queue size exceeds this number, a warning will be output.
Definition at line 11 of file ChunkGeneratorThread.cpp.