Skip to content

Commit

Permalink
Added methods BuildsQueries::[chunkById|chunkByIdDesc] and added do…
Browse files Browse the repository at this point in the history
…cuments about amqp. (#6846)



Co-authored-by: 李铭昕 <[email protected]>
  • Loading branch information
zds-s and limingxinleo authored Jun 11, 2024
1 parent e90b9c7 commit c95a199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publish/amqp.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
'login_response' => null,
'locale' => 'en_US',
'connection_timeout' => 3,
// Try to maintain twice value heartbeat as much as possible
'read_write_timeout' => 6,
'context' => null,
'keepalive' => true,
// Try to ensure that the consumption time of each message is less than the heartbeat time as much as possible
'heartbeat' => 3,
'channel_rpc_timeout' => 0.0,
'close_on_destruct' => false,
Expand Down

0 comments on commit c95a199

Please sign in to comment.