merge
This commit is contained in:
@@ -172,7 +172,7 @@ func (p *AnalyticsProcessorImpl) GetProductAnalytics(ctx context.Context, req *m
|
||||
|
||||
// Set default limit
|
||||
if req.Limit <= 0 {
|
||||
req.Limit = 10
|
||||
req.Limit = 1000
|
||||
}
|
||||
|
||||
// Get analytics data from repository
|
||||
|
||||
Reference in New Issue
Block a user