Refactored DatabaseFactory.
This commit is contained in:
6
trunk/dist/game/config/General.ini
vendored
6
trunk/dist/game/config/General.ini
vendored
@@ -256,12 +256,6 @@ ListOfProtectedItems = 0
|
||||
# Default: True
|
||||
DatabaseCleanUp = True
|
||||
|
||||
# The time before a database connection closes (in milliseconds)
|
||||
# If a query takes longer to execute than the time defined here, the server will throw "Unclosed Connection!" error.
|
||||
# If you get often this error message, try increasing this.
|
||||
# Default: 60000ms
|
||||
ConnectionCloseTime = 20000
|
||||
|
||||
# This is the interval (in minutes), that the gameserver will update a players information such as location.
|
||||
# The higher you set this number, there will be less character information saving so you will have less accessessing of the database and your hard drive(s).
|
||||
# The lower you set this number, there will be more frequent character information saving so you will have more access to the database and your hard drive(s).
|
||||
|
||||
Reference in New Issue
Block a user