Skip to content

Commit 0f22c6e

Browse files
authored
Merge pull request #297 from cul-it/30_day_analytics
change analytics time period to :month
2 parents afd8605 + ae4fd93 commit 0f22c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/initializers/qa_server.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Historical datatable default time period.
2424
# @param [Symbol] time period for calculating historical pass/fail (i.e., one of :month, :year, or :all)
25-
config.historical_datatable_default_time_period = :year
25+
config.historical_datatable_default_time_period = :month
2626

2727
# Displays a graph of performance test data when true
2828
# @param [Boolean] display performance graph when true
@@ -38,7 +38,7 @@
3838

3939
# Performance datatable default time period for calculating stats.
4040
# @param [String] :day, :month, :year, :all
41-
config.performance_datatable_default_time_period = :year
41+
config.performance_datatable_default_time_period = :month
4242

4343
# Max time in milliseconds for y-axis in the performance graphs.
4444
# @param [Integer] milliseconds

0 commit comments

Comments
 (0)