mirror of
https://github.com/google/pebble.git
synced 2025-11-19 14:00:59 -05:00
spelling: limit
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -91,7 +91,7 @@ void analytics_set_entire_array(AnalyticsMetric metric, const void *value, Analy
|
|||||||
AnalyticsHeartbeat *heartbeat = analytics_storage_find(metric, NULL, client);
|
AnalyticsHeartbeat *heartbeat = analytics_storage_find(metric, NULL, client);
|
||||||
if (heartbeat) {
|
if (heartbeat) {
|
||||||
// We allow only a limited number of app heartbeats to accumulate. A NULL means we reached the
|
// We allow only a limited number of app heartbeats to accumulate. A NULL means we reached the
|
||||||
// limite
|
// limit
|
||||||
analytics_heartbeat_set_entire_array(heartbeat, metric, value);
|
analytics_heartbeat_set_entire_array(heartbeat, metric, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user