Skip to content

Commit a53958c

Browse files
committed
default to both until performance fix
1 parent 0c2cebc commit a53958c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/utils/router.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const filterValuesSeparator = ',';
1111
export const defaultTimeRange = 300;
1212
const defaultLimit = 100;
1313
export const defaultReporter: Reporter = 'destination';
14-
export const defaultLayer: Layer = 'application';
14+
//TODO: improve performances before applying 'application' layer by default
15+
export const defaultLayer: Layer = 'both';
1516
const defaultMatch: Match = 'all';
1617
export const defaultMetricFunction = 'sum';
1718
export const defaultMetricType = 'bytes';

0 commit comments

Comments
 (0)