Fixed HTML loading issue.
Author: Zoey76 Source: https://bitbucket.org/l2jserver/l2j-server-game/commits/3479827c557e98eb660901338fbfea453eddf0ca
This commit is contained in:
+2
-2
@@ -246,8 +246,8 @@ ForceInventoryUpdate = False
|
||||
|
||||
# True = Load html's into cache only on first time html is requested.
|
||||
# False = Load all html's into cache on server startup.
|
||||
# Default: True
|
||||
LazyCache = True
|
||||
# Default: False
|
||||
LazyCache = False
|
||||
|
||||
# Cache all character names in to memory on server startup
|
||||
# False - names are loaded from Db when they are requested
|
||||
|
||||
@@ -94,6 +94,9 @@ AcceptAlternateID = True
|
||||
# Default: .
|
||||
DatapackRoot = .
|
||||
|
||||
# Scripts root directory.
|
||||
ScriptRoot = ./data/scripts
|
||||
|
||||
# Define how many players are allowed to play simultaneously on your server.
|
||||
# Default: 2000
|
||||
MaximumOnlineUsers = 2000
|
||||
|
||||
Reference in New Issue
Block a user