mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 20:51:19 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
3160917b5e
commit
0591ea4b41
@ -107,7 +107,7 @@ trait AuthKeyHandler
|
||||
$time = microtime(true);
|
||||
while (!feof($f)) {
|
||||
usleep(
|
||||
(int)(($writePeriod -
|
||||
(int) (($writePeriod -
|
||||
(microtime(true) - $time) // Time it took me to write frames
|
||||
) * 1000000)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user