Critical - Events / Events tags limit!

Hi,

 

Is there limit for the same event type as only 15 event tags seems to be recorded per event .

 

        local logUserAction = contest.prop:getProperty(“contest2015User” ) … “,” … id … “,” … logSubId

            … “,” … classUILib.getCurrentDate()

            … “,” … contest.actions[id].pts

        contest.coronium:addEvent( “contest2015”, logUserAction, onAddEvent )

 

We can add thousand of various action per the event type “contest2015” and it seems that only 15 seems to be kept.

 

Please help of how we can track this.

 

Thanks

Nick