Addition of separate IdFactoryType enum.
This commit is contained in:
@@ -9,11 +9,10 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Tell server which IDFactory Class to use:
|
||||
# Compaction = Original method
|
||||
# BitSet = One non compaction method
|
||||
# Stack = Another non compaction method
|
||||
# Default: BitSet
|
||||
IDFactory = BitSet
|
||||
# BITSET = One non compaction method
|
||||
# STACK = Another non compaction method
|
||||
# Default: BITSET
|
||||
IDFactory = BITSET
|
||||
|
||||
# Check for bad ids in the database on server boot up.
|
||||
# Much faster load time without it, but may cause problems.
|
||||
|
Reference in New Issue
Block a user