sensordata now limited to 100 again
This commit is contained in:
@@ -5,7 +5,8 @@ Meteor.publish("sensor_data", function(controllerId) {
|
||||
}, {
|
||||
sort: {
|
||||
created_at: -1
|
||||
}
|
||||
},
|
||||
limit: 100
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user