Skip to content

Commit 7829c2f

Browse files
committed
fix: increase liveCacheTTL
1 parent 31f56c0 commit 7829c2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testausapis",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "",
55
"main": "src/index.js",
66
"type": "module",

src/routes/discord.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ testauskoiraDatabase.connect()
1818

1919
let discordUtility // The Discord utility class
2020

21-
const liveCacheTTL = 5000
21+
const liveCacheTTL = 15000
2222
let guildInfoCache = null
2323

2424
/**

0 commit comments

Comments
 (0)