beanstalk.php 314 B

1234567891011121314
  1. <?php
  2. return [
  3. 'default' => [
  4. 'ip' => '127.0.0.1',
  5. 'port' => 11300,
  6. 'timeout' => 10, // s
  7. 'options' => [
  8. 'auth' => '123456', // 密码,可选参数
  9. 'delay' => 2, // 延遲秒數
  10. 'retry_after' => 5, // 秒後重试
  11. ]
  12. ],
  13. ];