Skip to content

Commit fc2592a

Browse files
Apply suggestions from code review
Co-authored-by: Shmuel Kallner <[email protected]>
1 parent cd0e626 commit fc2592a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/epp/runner/runner.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ import (
7575

7676
const (
7777
// enableExperimentalDatalayerV2 defines the environment variable used as feature flag for the pluggable data layer.
78-
// DEPRECATION NOTICE - this env var will be depreacated in the next version as we switch into configuring EPP using FeatureGates in the config file.
78+
// DEPRECATION NOTICE - this env var will be removed in the next version as we switch to configuring the EPP using FeatureGates in the config file.
7979
enableExperimentalDatalayerV2 = "ENABLE_EXPERIMENTAL_DATALAYER_V2"
8080
// enableExperimentalFlowControlLayer defines the environment variable used as a feature flag for the pluggable flow
8181
// control layer.
82-
// DEPRECATION NOTICE - this env var will be depreacated in the next version as we switch into configuring EPP using FeatureGates in the config file.
82+
// DEPRECATION NOTICE - this env var will be removed in the next version as we switch to configuring the EPP using FeatureGates in the config file.
8383
enableExperimentalFlowControlLayer = "ENABLE_EXPERIMENTAL_FLOW_CONTROL_LAYER"
8484

8585
// Saturation Detector deprecated configuration environment variables
86-
// DEPRECATION NOTICE - these env vars will be depreacated in the next version as we switch into configuring EPP using FeatureGates in the config file.
86+
// DEPRECATION NOTICE - these env vars will be removed in the next version as we switch to configuring the EPP using the config file.
8787
EnvSdQueueDepthThreshold = "SD_QUEUE_DEPTH_THRESHOLD"
8888
EnvSdKVCacheUtilThreshold = "SD_KV_CACHE_UTIL_THRESHOLD"
8989
EnvSdMetricsStalenessThreshold = "SD_METRICS_STALENESS_THRESHOLD"

0 commit comments

Comments
 (0)