Update router.ts with suggested change
Signed-off-by: Lavanya Sainik <137502642+lavanya-sainik-ericsson@users.noreply.github.com>
This commit is contained in:
@@ -262,7 +262,7 @@ export function getDefaultBackstageTokenExpiryTime(config: Config) {
|
||||
key: processingIntervalKey,
|
||||
});
|
||||
const seconds = Math.max(
|
||||
600,
|
||||
86400,
|
||||
Math.round(durationToMilliseconds(duration) / 1000),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user