RFC 0014 - EventSub Subscription Limit Changes

Great question @prod!

During the transition the cost field will be set to its correct value:

  • 0 if you have auth
  • 1 if you don’t have auth

EventSub’s limiting logic checks that num_subscriptions <= max_subscriptions. After we have updated all subscriptions to have a cost, we’ll change that limiting logic to be total_cost <= max_total_cost.

1 Like