diff --git a/src/main/java/us/tastybento/bskyblock/api/user/Notifier.java b/src/main/java/us/tastybento/bskyblock/api/user/Notifier.java index da6bee7bb..72094891a 100644 --- a/src/main/java/us/tastybento/bskyblock/api/user/Notifier.java +++ b/src/main/java/us/tastybento/bskyblock/api/user/Notifier.java @@ -16,7 +16,7 @@ public class Notifier { /** * Time in seconds before {@link #notificationCache} removes the entry related to the player. */ - private static final int NOTIFICATION_DELAY = 5; + private static final int NOTIFICATION_DELAY = 4; private final LoadingCache notificationCache = CacheBuilder.newBuilder() .expireAfterAccess(NOTIFICATION_DELAY, TimeUnit.SECONDS)