issues
search
optimizely
/
swift-sdk
Swift SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://www.optimizely.com/products/full-stack/
Apache License 2.0
21
stars
30
forks
source link
[FSSDK-10771] Implement UPS request batching for decideForKeys
#559
Closed
muzahidul-opti
closed
3 weeks ago
muzahidul-opti
commented
1 month ago
Summary
Currently, decideForKeys loops over the list of flags and calls decide for each, which in turn calls ups. So for decideForKeys, there is two calls per flag to UPS. This PR batches UPS calls when using decideForKeys.
Test plan
Issues
FSSDK-10771
Summary
Test plan
Issues