question

Bruno Bacelar avatar image
Bruno Bacelar asked

title_exceeded_limit for Entity profile updates every 15 seconds

Hi. We're testing with groups and today we noticed that we have a title_exceeded_limit "Entity profile updates every 15 seconds" alert for a group entity.

Unfortunately, I can't find the cloudscript call that generated the error, but I have a question:

If we try to add 11 players (one at a time) with the group's AddMembers method in a small amount of time, would it cause this error?

limits
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Neils Shi avatar image
Neils Shi answered

Calling the API AddMembers is independent of entity profile updates, we suggest that you may check if there are APIs that involve entity profile updates in your cloudscript, such as the API SetObjects.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Bruno Bacelar avatar image Bruno Bacelar commented ·

Hi, thanks for the reply. Do you know if these calls are Entity profile update: server.AddSharedGroupMembers GetObjects ?

0 Likes 0 ·
Neils Shi avatar image Neils Shi Bruno Bacelar commented ·

Neither of the APIs you mentioned is part of the entity profile update.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.