Skip to content

Commit

Permalink
java...
Browse files Browse the repository at this point in the history
  • Loading branch information
mixa3607 committed May 12, 2024
1 parent 7c74c95 commit 35c47bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/hath/base/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class Settings {
private static String clientKey = "", clientHost = "", dataDirPath = "data", logDirPath = "log", cacheDirPath = "cache", tempDirPath = "tmp", downloadDirPath = "download", rpcPath = "15/rpc?";

private static InetAddress metricsListenAddress = null;
private static string metricsClientName = "", metricsUserId = "";
private static String metricsClientName = "", metricsUserId = "";
private static int metricsPort = 9100;
private static boolean enableMetrics = false;

Expand Down

0 comments on commit 35c47bb

Please sign in to comment.