Skip to content

Commit

Permalink
feat: increase max events per /track request from 200 -> 2000 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
entombedvirus authored Jan 11, 2024
1 parent d8efe7a commit 78376f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
const (
// https://developer.mixpanel.com/reference/track-event#when-to-use-track-vs-import

MaxTrackEvents = 50
MaxTrackEvents = 2_000
MaxImportEvents = 2_000

// https://developer.mixpanel.com/reference/user-profile-limits
Expand Down

0 comments on commit 78376f0

Please sign in to comment.