We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be05a1 commit b77e1e1Copy full SHA for b77e1e1
web-server/src/content/DoraMetrics/DoraMetricsBody.tsx
@@ -166,7 +166,7 @@ export const DoraMetricsBody = () => {
166
);
167
};
168
169
-const FRESH_ORG_THRESHOLD = 5; // in minutes
+const FRESH_ORG_THRESHOLD = 10; // in minutes
170
171
export const useFreshOrgCalculator = () => {
172
const result = { isFreshOrg: false };
0 commit comments