Skip to content

Commit 29658c5

Browse files
Fixing spaces
1 parent 6f98ea0 commit 29658c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Agent.Sdk/Knob/AgentKnobs.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,14 @@ public class AgentKnobs
627627
new RuntimeKnobSource("AGENT_DISABLE_DRAIN_QUEUES_AFTER_TASK"),
628628
new EnvironmentKnobSource("AGENT_DISABLE_DRAIN_QUEUES_AFTER_TASK"),
629629
new BuiltInDefaultKnobSource("false"));
630+
630631
public static readonly Knob EnableImmediateTimelineRecordUpdates = new Knob(
631632
nameof(EnableImmediateTimelineRecordUpdates),
632633
"If true, timeline record updates will be sent immediately to the server instead of being queued",
633634
new RuntimeKnobSource("AGENT_ENABLE_IMMEDIATE_TIMELINE_RECORD_UPDATES"),
634635
new EnvironmentKnobSource("AGENT_ENABLE_IMMEDIATE_TIMELINE_RECORD_UPDATES"),
635636
new BuiltInDefaultKnobSource("false"));
637+
636638
public static readonly Knob EnableResourceMonitorDebugOutput = new Knob(
637639
nameof(EnableResourceMonitorDebugOutput),
638640
"If true, the agent will show the resource monitor output for debug runs",

0 commit comments

Comments
 (0)