Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Feb 23, 2024
1 parent 38df317 commit 8b76dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/network_resiliency/stats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def ==(other)
@sq_dist = 0.0 # sum of squared distance from mean
end

MIN_SAMPLE_SIZE = 1000
MIN_SAMPLE_SIZE = 300
MAX_WINDOW_LENGTH = 1000
STATS_TTL = 24 * 60 * 60 # 1 day
CACHE_TTL = 120 # seconds
Expand Down

0 comments on commit 8b76dc6

Please sign in to comment.