mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 05:54:41 +01:00
Reduce PKT_INIT interval
This commit is contained in:
parent
5388599b22
commit
b11e2c827c
@ -503,7 +503,7 @@ final class VoIPController
|
||||
if (!$endpoint->sendInit()) {
|
||||
return;
|
||||
}
|
||||
delay(0.02);
|
||||
delay(0.5);
|
||||
}
|
||||
});
|
||||
$this->log("Started read loop in $endpoint!");
|
||||
|
Loading…
Reference in New Issue
Block a user