Skip to content

Commit

Permalink
Refine another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCLanger committed Apr 19, 2024
1 parent cc0efa8 commit 6598506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int getUserKeepAliveSeconds(String type) {
userKeepAliveProxy = getUserKeepAliveSeconds("proxy");
}

// SapMachine 2024-04-12: Provide additional key field for KeepAliveCache entries as hidden thread local
// SapMachine 2024-04-12: Provide additional key field for KeepAliveCache entries
public static final ThreadLocal<String> connectionID = new ThreadLocal<>();

/* maximum # keep-alive connections to maintain at once
Expand Down

0 comments on commit 6598506

Please sign in to comment.