Skip to content

Commit 38ecdbb

Browse files
authored
increased EXPIRY_MARGIN_IN_MINUTES in GitHubClient from 3 to 5 mins (#121)
1 parent 616fbe1 commit 38ecdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/spotify/github/v3/clients/GitHubClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
*/
6868
public class GitHubClient {
6969

70-
private static final int EXPIRY_MARGIN_IN_MINUTES = 3;
70+
private static final int EXPIRY_MARGIN_IN_MINUTES = 5;
7171

7272
private Tracer tracer = NoopTracer.INSTANCE;
7373

0 commit comments

Comments
 (0)