mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
8aec4a02cb
In a new fresh Unleash instance with cache enabled this can cause feature toggles to never get updated. We saw in our client that the ETag was ETag: "60e35fba:null" Which looked incorrect for us. I also did manual testing and if the andWhere had a value of largerThan higher than whatever the id was then we would get back { max: null }. This should fix that issue. |
||
---|---|---|
.. | ||
time-to-production | ||
configuration-revision-service.ts | ||
createFeatureToggleService.ts |