mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 20:51:19 +01:00
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…
x
Reference in New Issue
Block a user