We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5911235 commit d557404Copy full SHA for d557404
Configuration.php
@@ -100,7 +100,7 @@ class Configuration extends Component
100
'prefetch_count' => 0,
101
'global' => false,
102
],
103
- 'idle_timeout' => null,
+ 'idle_timeout' => 0,
104
'idle_timeout_exit_code' => null,
105
'proceed_on_exception' => false,
106
'deserializer' => 'unserialize',
README.md
@@ -317,7 +317,7 @@ $rabbitmq_defaults = [
317
318
319
320
321
322
323
0 commit comments