From 4894e2e82ddd278c4a66e2d6b8db5749c51869a6 Mon Sep 17 00:00:00 2001 From: Christopher Henn Date: Thu, 31 May 2018 13:19:29 -0700 Subject: [PATCH] Increase pagination constant Co-authored-by: Andrew Watkins Co-authored-by: Chris Henn --- ui/src/ifql/constants/explorer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/ifql/constants/explorer.ts b/ui/src/ifql/constants/explorer.ts index fd48c61adc..5aed44f5f8 100644 --- a/ui/src/ifql/constants/explorer.ts +++ b/ui/src/ifql/constants/explorer.ts @@ -1 +1 @@ -export const TAG_VALUES_LIMIT = 2 +export const TAG_VALUES_LIMIT = 10