mixpanel / mixpanel-python

Official Mixpanel Python library.
https://mixpanel.com/help/reference/python
Other
102 stars 85 forks source link

BufferedConsumer max_size limited to 50 #115

Open bazubii opened 1 year ago

bazubii commented 1 year ago

For import, the limit could be much higher than 50 but BufferedConsumer does a min and limits it. Is there a specific reason it does this? Per https://developer.mixpanel.com/reference/track-event#when-to-use-track-vs-import, import can allow up to 2000 events.

softarn commented 1 year ago

I have the same problem and question