Skip to content

Commit

Permalink
Enable stats in the test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
karesti committed Nov 25, 2024
1 parent ef04892 commit b72c847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class TutorialsConnectorHelper {

public static final String TUTORIAL_CACHE_NAME = "test";
public static final String TUTORIAL_CACHE_CONFIG =
"<distributed-cache name=\"CACHE_NAME\">\n"
"<distributed-cache name=\"CACHE_NAME\" statistics=\"true\">\n"
+ " <encoding media-type=\"application/x-protostream\"/>\n"
+ "</distributed-cache>";

Expand Down

0 comments on commit b72c847

Please sign in to comment.