Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Increase gitlab token expiration #271

Merged
merged 1 commit into from
Dec 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const GITLAB_MAX_PER_PAGE = Number.MAX_SAFE_INTEGER;
const GITLAB_DEFAULT_GROUP_ACCESS_LEVEL = 30;

// The Gitlab access token default expiration in seconds
const GITLAB_ACCESS_TOKEN_DEFAULT_EXPIRATION = 3600;
const GITLAB_ACCESS_TOKEN_DEFAULT_EXPIRATION = 3600 * 24 * 14;

// The Gitlab refresh token time in seconds before expiration
const GITLAB_REFRESH_TOKEN_BEFORE_EXPIRATION = 300;
Expand Down