Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Apr 30, 2024
1 parent 956886a commit 38fde8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/jgroups/protocols/FILE_PING.java
Expand Up @@ -64,10 +64,10 @@ public class FILE_PING extends Discovery {
"joins, but not on leaves. Enabling this will increase traffic to the backend store.")
protected boolean update_store_on_view_change=true;

@ManagedAttribute(description="Number of writes to the file system or cloud store")
@ManagedAttribute(description="Number of writes to the file system or cloud store",type=AttributeType.SCALAR)
protected int writes;

@ManagedAttribute(description="Number of reads from the file system or cloud store")
@ManagedAttribute(description="Number of reads from the file system or cloud store",type=AttributeType.SCALAR)
protected int reads;


Expand Down

0 comments on commit 38fde8d

Please sign in to comment.