Skip to content

Commit 81bb9fc

Browse files
committed
reduce cache TTL to 2 hours
1 parent efc57c3 commit 81bb9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const (
8585
apiPullsEndpoint = "https://api.github.com/repos/%s/%s/pulls/%d"
8686
defaultTurnServerURL = "https://turn.ready-to-review.dev"
8787
maxConcurrent = 20 // Increased for better throughput
88-
cacheTTL = 5 * 24 * time.Hour // 5 days
88+
cacheTTL = 2 * time.Hour // 2 hours
8989
)
9090

9191
// Style definitions.

0 commit comments

Comments
 (0)