-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Gitar] Cleaning up stale flag: responseTimeWithAppNameKillSwitch with value true #1654
[Gitar] Cleaning up stale flag: responseTimeWithAppNameKillSwitch with value true #1654
Conversation
@@ -6,7 +6,6 @@ import type { InstanceStatsService } from '../services'; | |||
import type { RequestHandler } from 'express'; | |||
|
|||
const _responseTime = responseTime.default; | |||
const appNameReportingThreshold = 1000; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
staging @gitar-bot /skip-cleanup appNameReportingThreshold
src/lib/types/experimental.ts
Outdated
@@ -10,7 +10,6 @@ export type IFlagKey = | |||
| 'enableLicenseChecker' | |||
| 'embedProxy' | |||
| 'embedProxyFrontend' | |||
| 'responseTimeWithAppNameKillSwitch' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
staging @gitar-bot /skip-cleanup responseTimeWithAppNameKillSwitch
src/server-dev.ts
Outdated
@@ -39,7 +39,6 @@ process.nextTick(async () => { | |||
embedProxy: true, | |||
embedProxyFrontend: true, | |||
anonymiseEventLog: false, | |||
responseTimeWithAppNameKillSwitch: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
staging @gitar-bot /skip-cleanup responseTimeWithAppNameKillSwitch
Details
Triggered via #1551 (comment) by @kageiit
This automated PR was generated by Gitar. View docs.