Skip to content

Commit

Permalink
[ISSUE apache#7679] Optimize the serialization of RemotingCommand pro…
Browse files Browse the repository at this point in the history
…cessTimer property (apache#7683)
  • Loading branch information
mxsm authored Dec 20, 2023
1 parent 9dec4cf commit 403ad6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class RemotingCommand {

private transient byte[] body;
private boolean suspended;
private Stopwatch processTimer;
private transient Stopwatch processTimer;

protected RemotingCommand() {
}
Expand Down

0 comments on commit 403ad6f

Please sign in to comment.