Cuberite
A lightweight, fast and extensible game server for Minecraft
Variables
ChunkGeneratorThread.cpp File Reference
#include "Globals.h"
#include "ChunkGeneratorThread.h"
#include "Generating/ChunkGenerator.h"
#include "Generating/ChunkDesc.h"
Include dependency graph for ChunkGeneratorThread.cpp:

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...
 

Variable Documentation

◆ QUEUE_SKIP_LIMIT

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.

◆ QUEUE_WARNING_LIMIT

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.