mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: limit
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
efb437bff4
commit
4e17c71160
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void analytics_set_entire_array(AnalyticsMetric metric, const void *value, Analy
|
|||
AnalyticsHeartbeat *heartbeat = analytics_storage_find(metric, NULL, client);
|
||||
if (heartbeat) {
|
||||
// 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue