From c5068fbbf7ff5398ed56474f3043b567b6226287 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sun, 19 Apr 2020 20:20:29 +0000 Subject: [PATCH] LazyCache enabled by default. --- L2J_Mobius_C6_Interlude/dist/game/config/main/General.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L2J_Mobius_C6_Interlude/dist/game/config/main/General.ini b/L2J_Mobius_C6_Interlude/dist/game/config/main/General.ini index 39ee491707..52ff09efd1 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/config/main/General.ini +++ b/L2J_Mobius_C6_Interlude/dist/game/config/main/General.ini @@ -38,7 +38,7 @@ LogItems = False # Set the html cache's lazy loading True or False # (Load html's into cache only on first time requested) -LazyCache = False +LazyCache = True # Check if html files contain non ASCII characters. # Default = True