Skip to content

Commit

Permalink
update postgres probe
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrihinas committed Aug 17, 2015
1 parent 7aaf24b commit 75c7de1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
Expand All @@ -25,7 +22,7 @@
*/
public class PostgresProbe extends Probe{

private static int DEFAULT_SAMPLING_PERIOD = 30;
private static int DEFAULT_SAMPLING_PERIOD = 20;
private static String DEFAULT_PROBE_NAME = "PostgresProbe";

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

0 comments on commit 75c7de1

Please sign in to comment.