Skip to content

Commit b77e1e1

Browse files
committed
updated fresh org threshold to be 10 minutes
1 parent 3be05a1 commit b77e1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-server/src/content/DoraMetrics/DoraMetricsBody.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const DoraMetricsBody = () => {
166166
);
167167
};
168168

169-
const FRESH_ORG_THRESHOLD = 5; // in minutes
169+
const FRESH_ORG_THRESHOLD = 10; // in minutes
170170

171171
export const useFreshOrgCalculator = () => {
172172
const result = { isFreshOrg: false };

0 commit comments

Comments
 (0)