We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4bf1d commit c9aaf23Copy full SHA for c9aaf23
bin/createSwooleTimerTable.php
@@ -6,7 +6,7 @@
6
require_once __DIR__.'/../src/Tables/TableFactory.php';
7
8
if (($serverState['octaneConfig']['max_execution_time'] ?? 0) > 0) {
9
- $timerTable = TableFactory::make(250);
+ $timerTable = TableFactory::make($serverState['octaneConfig']['max_timer_table_size'] ?? 250);
10
11
$timerTable->column('worker_pid', Table::TYPE_INT);
12
$timerTable->column('time', Table::TYPE_INT);
0 commit comments