Addition of separate IdFactoryType enum.

This commit is contained in:
MobiusDevelopment
2019-08-20 10:45:48 +00:00
parent 5c96ef2dd0
commit 7be20ca5c0
93 changed files with 924 additions and 546 deletions

View File

@@ -1,9 +1,8 @@
# Tell server which IDFactory Class to use
# Options are:
# Compaction (Original method),
# BitSet (One non compaction method - default),
# Stack (Another non compaction method)
IDFactory = BitSet
# BITSET (One non compaction method - default),
# STACK (Another non compaction method)
IDFactory = BITSET
# Check for bad ids in the database on server boot up
# Much faster load time without it, but may cause problems