1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Lowered purge delay

This commit is contained in:
TheBusyBiscuit 2021-01-15 00:24:23 +01:00
parent a7d0758692
commit d84a2e37a3

View File

@ -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