View Single Post
08/09/18, 12:10 PM   #6
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by ZOS_DanBatson View Post
That limitation is a server/bandwidth/spam limitation, not a UI limitation or client limitation. We can pass the request on, but I would expect that it's not in the cards. Sorry, gang.
In that case, maybe at some point you could implement functions to make these changes in bulk? For example a function to start a transaction. Once that is called, the usual functions don't send the requests to the server directly, but instead they are held back until the addon calls the function to finish the transaction, or rolls it back (much like with SQL databases). In the background you can then optimize these calls (group and compress) to minimize the impact on the server.