diff --git a/app/Plugins/SkipSleepTraces.php b/app/Plugins/SkipSleepTraces.php index 1078ccb..f52aedb 100644 --- a/app/Plugins/SkipSleepTraces.php +++ b/app/Plugins/SkipSleepTraces.php @@ -14,9 +14,9 @@ final class SkipSleepTraces implements PluginInterface 'Fiber::start', 'Fiber::resume', 'pcntl_wait', - 'Pheanstalk\Pheanstalk::reserveWithTimeout', 'socket_read', 'stream_select', + 'socket_select', ]; /**