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
Copy file name to clipboardExpand all lines: Transport/Doctrine/Connection.php
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ class Connection
33
33
'table_name' => 'messenger_messages',
34
34
'queue_name' => 'default',
35
35
'redeliver_timeout' => 3600,
36
-
'loop_sleep' => 200000,
37
36
'auto_setup' => true,
38
37
];
39
38
@@ -46,7 +45,6 @@ class Connection
46
45
* * connection: name of the Doctrine's entity manager
47
46
* * queue_name: name of the queue
48
47
* * redeliver_timeout: Timeout before redeliver messages still in handling state (i.e: delivered_at is not null and message is still in table). Default 3600
49
-
* * loop_sleep: Number of micro seconds to wait for a next message to handle
50
48
* * auto_setup: Whether the table should be created automatically during send / get. Default : true
51
49
*/
52
50
private$configuration = [];
@@ -80,7 +78,6 @@ public static function buildConfiguration($dsn, array $options = [])
0 commit comments