Commit f27ee70
Cherry-Pick Bug Fix for 1.5 Release (#2718)
## Why make this change?
When we create the entity cache options, we start with a new object and
then later set the values for the fields. Because of this, the `bool`
`UserProvidedTtlOptions` must explicitly be set when we later set these
values or it will forever remain `false`. When it is false it is not
written back out into the configuration file.
## What is this change?
Fixes bug found in release candidate for 1.5
Cherry-picked PR:
- #2717
## How was this tested?
## Sample Request(s)
Co-authored-by: aaronburtle <[email protected]>1 parent 6ad5ccb commit f27ee70
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
| 846 | + | |
846 | 847 | | |
847 | 848 | | |
848 | 849 | | |
| |||
855 | 856 | | |
856 | 857 | | |
857 | 858 | | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
858 | 865 | | |
859 | 866 | | |
860 | 867 | | |
861 | 868 | | |
862 | 869 | | |
863 | | - | |
| 870 | + | |
864 | 871 | | |
865 | 872 | | |
866 | 873 | | |
867 | 874 | | |
868 | 875 | | |
869 | 876 | | |
870 | 877 | | |
871 | | - | |
| 878 | + | |
872 | 879 | | |
873 | 880 | | |
874 | 881 | | |
| |||
0 commit comments