| 12345678910111213141516171819 |
- <?php
- return [
- "波次防重叠时间_秒" => 1800,
- /*
- * cache shelf relating config
- */
- "cacheShelf" => [
- /* call await time/second */
- "callAwait" => 3,
- /* outbound waiting time/second */
- "outBinAwait" => 60,
- ],
- "box" => [
- "prefix" => ["IDE"],
- ],
- ];
|