-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
Fully Compatible
-
v8.0
-
Security 2024-04-29, Security 2024-05-13
The public shard role API takes vectors of requests by copy. This means that classes need to be moved from vector to vector. This leads to a waste of time as a vector created, an item moved and the a vector destoryed instead of just passing a vector by reference.