Skip to content

Commit b62ab3c

Browse files
committed
Bumped up the number of treatments loaded / day for reporting
1 parent 90f91c3 commit b62ab3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/report/js/report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
if (!datastorage.profileSwitchTreatments)
655655
datastorage.profileSwitchTreatments = [];
656656
$('#info-' + day).html('<b>'+translate('Loading treatments data of')+' '+day+' ...</b>');
657-
var tquery = '?find[created_at][$gte]='+new Date(from).toISOString()+'&find[created_at][$lt]='+new Date(to).toISOString();
657+
var tquery = '?find[created_at][$gte]='+new Date(from).toISOString()+'&find[created_at][$lt]='+new Date(to).toISOString()+'&count=1000';
658658
return $.ajax('/api/v1/treatments.json'+tquery, {
659659
headers: client.headers()
660660
, cache: false

0 commit comments

Comments
 (0)