Raise interaction expiration time to 30s
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
53fd3dc81d
commit
702ed65a12
@ -46,7 +46,7 @@ public class Cache
|
||||
private final static String expiryTimestampFormat = "yy/MM/dd HH:mm:ss";
|
||||
|
||||
// note: discord sets interactions' expiry time to 15 minutes by default, so we can't go higher than that.
|
||||
private final static long expiryTimeSeconds = 15L;
|
||||
private final static long expiryTimeSeconds = 30L;
|
||||
|
||||
// used to count e.g. uptime
|
||||
private static LocalDateTime startupTime = null;
|
||||
|
Loading…
Reference in New Issue
Block a user