Merge branch 'master' of https://github.com/danog/MadelineProto
This commit is contained in:
commit
0d5865cbae
@ -106,7 +106,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…
Reference in New Issue
Block a user