Skip to content

Commit

Permalink
updated cassandra sampling rate
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrihinas committed Aug 17, 2015
1 parent 6d5cf56 commit 4d03187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class CassandraProbe extends Probe{

private static int DEFAULT_SAMPLING_PERIOD = 45;
private static int DEFAULT_SAMPLING_PERIOD = 20;
private static String DEFAULT_PROBE_NAME = "CassandraProbe";

private static final String CONFIG_PATH = "cassandra.properties";
Expand Down

0 comments on commit 4d03187

Please sign in to comment.