Skip to content

Commit

Permalink
adjust interval of statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
icylogic committed Aug 11, 2015
1 parent 56ec958 commit 26557bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AvailabilityStatistics
private static readonly string Delimiter = ",";
private static readonly int Timeout = 500;
private static readonly int Repeat = 4; //repeat times every evaluation
private static readonly int Interval = 60 * 60 * 1000; //evaluate proxies every 60 minutes
private static readonly int Interval = 10 * 60 * 1000; //evaluate proxies every 15 minutes
private Timer timer = null;
private State state = null;
private List<Server> servers;
Expand Down

0 comments on commit 26557bf

Please sign in to comment.