From 283459e496f87238d435f4095d9502d93969280f Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 22 Jun 2015 09:17:06 +1000 Subject: [PATCH] add more routes --- script/nginx_analyze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/nginx_analyze.rb b/script/nginx_analyze.rb index 33c1681d097..c39e50eaa4f 100644 --- a/script/nginx_analyze.rb +++ b/script/nginx_analyze.rb @@ -156,7 +156,7 @@ def map_with_index(ary, &block) end def top(cols, aggregator, count, aggregator_formatter = nil) - sorted = aggregator.top(30, aggregator_formatter) + sorted = aggregator.top(count, aggregator_formatter) col_just = []