haiRou.php 275 B

123456789101112131415
  1. <?php
  2. return [
  3. "波次防重叠时间_秒" => 1800,
  4. /*
  5. * cache shelf relating config
  6. */
  7. "cacheShelf" => [
  8. /* call await time/second */
  9. "callAwait" => 3,
  10. /* outbound waiting time/second */
  11. "outBinAwait" => 60,
  12. ],
  13. ];