Skip to content

Commit d8a1136

Browse files
authored
Merge pull request #417 from Countly/rename_queue
refactor: change queue name
2 parents 83337c9 + 3b10a03 commit d8a1136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CountlyHealthTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ - (instancetype)init{
5959
_healthCheckEnabled = YES;
6060

6161
// queue for health tracker state
62-
_hcQueue = dispatch_queue_create("com.countly.healthtracker.queue", DISPATCH_QUEUE_SERIAL);
62+
_hcQueue = dispatch_queue_create("ly.count.healthtracker.queue", DISPATCH_QUEUE_SERIAL);
6363

6464
NSDictionary *initialState = [CountlyPersistency.sharedInstance retrieveHealthCheckTrackerState];
6565
[self setupInitialCounters:initialState];

0 commit comments

Comments
 (0)