You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 6.1:
[Messenger] cs fix
[Messenger] Fix time-limit check exception
[Console] Fix console `ProgressBar::override()` after manual `ProgressBar::cleanup()`
[FrameworkBundle] typo default_lifetime example
[HttpClient] Handle Amp HTTP client v5 incompatibility gracefully
[HttpKernel] Don’t try to wire Response argument with controller.service_arguments
[PhpUnitBridge] Fix language deprecations incorrectly marked as direct
[FrameworkBundle] Removed unused $willBeAvailable params on Configuration
[Cache] Remove extra type condition in MemcachedAdapter::createConnection()
Tell about messenger:consume invalid limit options
[Messenger] Do not throw 'no handlers' exception when skipping due to duplicate handling
@@ -1116,7 +1116,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode, callable $willBe
1116
1116
->booleanNode('public')->defaultFalse()->end()
1117
1117
->scalarNode('default_lifetime')
1118
1118
->info('Default lifetime of the pool')
1119
-
->example('"600" for 5 minutes expressed in seconds, "PT5M" for five minutes expressed as ISO 8601 time interval, or "5 minutes" as a date expression')
1119
+
->example('"300" for 5 minutes expressed in seconds, "PT5M" for five minutes expressed as ISO 8601 time interval, or "5 minutes" as a date expression')
1120
1120
->end()
1121
1121
->scalarNode('provider')
1122
1122
->info('Overwrite the setting from the default provider for this adapter.')
0 commit comments