RFC-22: Realm Persistence in Connect Data Residency

Understood, it would be great to see it as a checkbox in the UPM settings underneath the developer mode setting in an ideal world though.

1 Like

Does “invalid” also include valid numbers outside the range, i.e. -1, 0, 1000?
This would complicate the fallback behavior, but if there continues to be an upper limit, it’d be nice to see valid numbers get clamped into the permitted range, rather than becoming 7.

1 Like

Hey @satvik,

Thanks for feedback. Just to ensure I understand what you mean with regards to it being clamped to the permitted range - in the circumstance of -1 or 0, it would be 1 day (the minimum) and anything greater than any ceilings would become the ceiling (i.e. 1000 becomes 30 days)? This sounds like a sensible behaviour, whereas a shift to 7 days could otherwise be unexpected.

1 Like

@SeanBourke That’s exactly what I meant, yup. :+1:

1 Like