Skip to content

Commit

Permalink
[Feature] Reduce minimum sessions for API reports to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Aug 23, 2024
1 parent 3a569d4 commit f40eb9c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions reports/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -85,7 +85,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -133,7 +133,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -181,7 +181,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -237,7 +237,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -285,7 +285,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -336,7 +336,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -395,7 +395,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -443,7 +443,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -494,7 +494,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -552,7 +552,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -600,7 +600,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down Expand Up @@ -695,7 +695,7 @@
"numericFilter": {
"operation": "GREATER_THAN",
"value": {
"int64Value": "100"
"int64Value": "50"
}
}
}
Expand Down

0 comments on commit f40eb9c

Please sign in to comment.