You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fs] polling_interval config should be milliseconds not microseconds
regression from this commit php-enqueue/fs@c5199ca
config should be milliseconds like in docs stated.....$this->pollingInterval is holding milliseconds which is correct.
But usleep is using microseconds. To fix it just convert milliseconds to microseconds
0 commit comments