Skip to content

Commit d79cdff

Browse files
committed
Adjust skull cache start delay to 1 minute
1 parent b0b645f commit d79cdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleAPI/src/main/java/com/bencodez/simpleapi/skull/SkullCacheHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void run() {
129129
}
130130
}
131131
}
132-
}, 20000, skullDelayTime, TimeUnit.MILLISECONDS);
132+
}, 1000 * 60, skullDelayTime, TimeUnit.MILLISECONDS);
133133
}
134134

135135
private void unPuase() {

0 commit comments

Comments
 (0)