Commit 1c43880
committed
minor symfony#53329 [Cache] Fix Couchbase expiration test (alexandre-daubois)
This PR was merged into the 6.3 branch.
Discussion
----------
[Cache] Fix Couchbase expiration test
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
We changed for a datetime instance because older versions of Couchbase supported an expiration time in seconds only if it was < 30 days. But this limit was raised to 50 years, so I suggest we go back to basics and only provide an integer.
Commits
-------
ee6dd40 [Cache] Fix Couchbase expiration testFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Cache/Adapter
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments