PerformanceSettings

class PerformanceSettings(c: FileConfiguration)

Large-server safety limits for the automatic despawn-relocation pipeline, read from the performance: section. These bound how much relocation work happens per tick so a flood of despawning items can never storm the server.

Constructors

Link copied to clipboard
constructor(c: FileConfiguration)

Properties

Link copied to clipboard

When the queue is full: true = ignore new items, false = drop the oldest.

Link copied to clipboard

Maximum relocations processing simultaneously.

Link copied to clipboard

New relocations started per server tick.

Link copied to clipboard

Maximum items waiting to be relocated.