mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 06:09:39 +00:00
Iterate all 20 ms
This commit is contained in:
parent
34198139af
commit
04fdb8de61
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ static LinphoneCoreVTable linphonec_vtable = {
|
|||
[self setupNetworkReachabilityCallback];
|
||||
|
||||
// start scheduler
|
||||
mIterateTimer = [NSTimer scheduledTimerWithTimeInterval:0.1
|
||||
mIterateTimer = [NSTimer scheduledTimerWithTimeInterval:0.02
|
||||
target:self
|
||||
selector:@selector(iterate)
|
||||
userInfo:nil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue