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

@@ -0,0 +1,9 @@
#Olympiad Properties
#Tue Aug 20 13:40:12 EEST 2019
NextWeeklyChange_DateFormat=27 \u0391\u03C5\u03B3 2019, 1\:35\:34 \u03BC.\u03BC.
ValdationEnd=0
NextWeeklyChange=1566902134230
Period=0
CurrentCycle=1
OlympiadEnd=1567328400230
OlympiadEnd_DateFormat=1 \u03A3\u03B5\u03C0 2019, 12\:00\:00 \u03BC.\u03BC.

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