Skip to content

Commit 6fb0069

Browse files
committed
Enable stats in the test cache
1 parent 9be944c commit 6fb0069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infinispan-remote/connect-to-infinispan-server/src/main/java/org/infinispan/tutorial/simple/connect/TutorialsConnectorHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class TutorialsConnectorHelper {
2222

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

0 commit comments

Comments
 (0)