Skip to content

Commit

Permalink
Bump version to 4.9.0 (official)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Nov 21, 2019
1 parent 93fb0a3 commit 7e79c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Amplitude/AMPConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

const int kAMPEventUploadMaxBatchSize = 100;
const int kAMPEventRemoveBatchSize = 20;
const int kAMPEventUploadPeriodSeconds = 30; // 30s
const long kAMPMinTimeBetweenSessionsMillis = 5 * 60 * 1000; // 5m
const int kAMPEventUploadPeriodSeconds = 30; // 30 seconds
const long kAMPMinTimeBetweenSessionsMillis = 5 * 60 * 1000; // 5 minutes
const int kAMPMaxStringLength = 1024;
const int kAMPMaxPropertyKeys = 1000;

Expand Down

0 comments on commit 7e79c41

Please sign in to comment.