Skip to content

Commit eb9e21d

Browse files
committed
调整APM默认不启动
1 parent 903442e commit eb9e21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Senparc.CO2NET.APM/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public class Config
1717
/// <summary>
1818
/// 启用 APM
1919
/// </summary>
20-
public static bool EnableAPM = true;
20+
public static bool EnableAPM = false;
2121
}
2222
}

0 commit comments

Comments
 (0)