From d84a2e37a3745a7294d928a138bab9523eb4fca6 Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Fri, 15 Jan 2021 00:24:23 +0100 Subject: [PATCH] Lowered purge delay --- .../slimefun4/core/services/holograms/HologramsService.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/holograms/HologramsService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/holograms/HologramsService.java index 59b1b5049..b49d97d7c 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/holograms/HologramsService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/holograms/HologramsService.java @@ -41,9 +41,10 @@ public class HologramsService { private static final double RADIUS = 0.45; /** - * The frequency at which to purge + * The frequency at which to purge. + * Every 45 seconds. */ - private static final long PURGE_RATE = 60L * 20L; + private static final long PURGE_RATE = 45L * 20L; /** * Our {@link Plugin} instance