Skip to content

MAX_SYSTEMS

github-actions[bot] edited this page Sep 21, 2026 · 1 revision

Variable: MAX_SYSTEMS

Imported from @elite-dangerous-almanac/galaxy-map.

const MAX_SYSTEMS: 50000 = 50000

The largest number of systems the set holds. The set allocates no record buffer for the bound: it grows the buffers with the records, so a host pays for the records it gives.

Clone this wiki locally