We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027924e commit b7fb6b3Copy full SHA for b7fb6b3
1 file changed
backend/src/services/integrationService.ts
@@ -2200,11 +2200,10 @@ export default class IntegrationService {
2200
// segments,
2201
// })
2202
2203
- this.options.log.debug(`Caching data: ${JSON.stringify(cachedStats)}`)
+ // this.options.log.debug(`Caching data: ${JSON.stringify(cachedStats)}`)
2204
// cache for 1 minute
2205
- await cacheDb.set(key, JSON.stringify(cachedStats), 60)
+ // await cacheDb.set(key, JSON.stringify(cachedStats), 60)
2206
} else {
2207
- this.options.log.debug(`Cache data found: ${JSON.stringify(cachedStats)}`)
2208
cachedStats = JSON.parse(cachedStats)
2209
}
2210
return cachedStats as GitHubStats
0 commit comments