Skip to content

Commit

Permalink
Fix: add more sleep traces
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Aug 16, 2024
1 parent 80556a5 commit 9bc000d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Plugins/SkipSleepTraces.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ final class SkipSleepTraces implements PluginInterface
'Fiber::start',
'Fiber::resume',
'pcntl_wait',
'Pheanstalk\Pheanstalk::reserveWithTimeout',
'socket_read',
'stream_select',
'socket_select',
];

/**
Expand Down

0 comments on commit 9bc000d

Please sign in to comment.