You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to automatic publish mode -
New SDK parameter AutoPublishBatchSize is the number of batch size (API calls) to execute publish automatically (set -1 to turn off).
Example:
Set AutoPublishBatchSize to 10 means that after each 10 API calls, SDK will run publish automatically for the user and then continue handle other calls.