Commit 30abff6
DC*
Enable 'receive_wait_time' configuration parameter for IronMqProvider
The IronMqProvider was not using 'receive_wait_time' configuration for
long polling but it's supported since IronMQ 1.5.2
(iron-io/iron_mq_php@5e61539).
Update 'receive_wait_time' default value for bc as users unaware of this
configuration and using IronMQ would now notice a 3 second delay when
polling for messages.
May be 'iron_mq_php' dependency should be updated to >=1.5.21 parent 9f70222 commit 30abff6
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
0 commit comments