We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52195f commit 9a74467Copy full SHA for 9a74467
src/services/wikiUpdates.ts
@@ -9,7 +9,6 @@ interface ApiResponse {
9
activities: wikiActivities[]
10
}
11
12
-
13
const myCache = new NodeCache({ stdTTL: 100, checkperiod: 120 })
14
15
const retryTime = 36000
0 commit comments