IdFactory.properties 863 B

123456789101112131415161718192021
  1. # ---------------------------------------------------------------------------
  2. # ID Factory Settings
  3. # ---------------------------------------------------------------------------
  4. # Warning:
  5. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  6. # ---------------------------------------------------------------------------
  7. # Standard Settings
  8. # ---------------------------------------------------------------------------
  9. # Tell server which IDFactory Class to use:
  10. # Compaction = Original method
  11. # BitSet = One non compaction method
  12. # Stack = Another non compaction method
  13. # Default: BitSet
  14. IDFactory = BitSet
  15. # Check for bad ids in the database on server boot up.
  16. # Much faster load time without it, but may cause problems.
  17. # Default: True
  18. BadIdChecking = True