Skip to content

Commit 9bc000d

Browse files
committed
Fix: add more sleep traces
1 parent 80556a5 commit 9bc000d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Plugins/SkipSleepTraces.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ final class SkipSleepTraces implements PluginInterface
1414
'Fiber::start',
1515
'Fiber::resume',
1616
'pcntl_wait',
17-
'Pheanstalk\Pheanstalk::reserveWithTimeout',
1817
'socket_read',
1918
'stream_select',
19+
'socket_select',
2020
];
2121

2222
/**

0 commit comments

Comments
 (0)