Skip to content

Commit cd29c51

Browse files
Merge pull request #224 from Countly/increase-maxSegmentationValues
Increasing maxSegmentationValues to 100
2 parents 42caf3b + 829608c commit cd29c51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 23.02.1
22
- Added previous event ID and sending it with custom events.
3+
- Updated default `maxSegmentationValues` from 30 to 100
34

45
## 23.02.0
56
- Added event IDs

CountlyConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ - (instancetype)init
4949

5050
self.maxKeyLength = 128;
5151
self.maxValueLength = 256;
52-
self.maxSegmentationValues = 30;
52+
self.maxSegmentationValues = 100;
5353

5454
self.location = kCLLocationCoordinate2DInvalid;
5555

0 commit comments

Comments
 (0)