1
0
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:
Daniil Gentili 2023-08-21 18:14:19 +02:00
parent 5388599b22
commit b11e2c827c
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -503,7 +503,7 @@ final class VoIPController
if (!$endpoint->sendInit()) {
return;
}
delay(0.02);
delay(0.5);
}
});
$this->log("Started read loop in $endpoint!");