From f18016b2de16fc468ae33337b7cbde93bcb1791c Mon Sep 17 00:00:00 2001 From: Nikolai Connolly Date: Thu, 15 Aug 2024 14:53:23 -0500 Subject: [PATCH] Update config.yml --- eco-core/core-plugin/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index c6af211c3..92feac624 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -101,7 +101,7 @@ math-cache-ttl: 200 # The time (in minutes) for literal patterns to be cached for. Higher values will lead to # faster evaluation times (less CPU usage) at the expense of slightly more memory usage and # less reactive values. (Do not change unless you are told to). -literal-cache-ttl: 1 +literal-cache-ttl: 10 # If anonymous usage statistics should be tracked. This is very valuable information as it # helps understand how eco and other plugins are being used by logging player and server