Cap delay at 60 seconds
This commit is contained in:
parent
1c866e304e
commit
a027393534
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public class RTP
|
|||
protected RTP withThreadDelay(int delay)
|
||||
{
|
||||
lastThreadDelay=delay;
|
||||
if(lastThreadDelay >= 60) lastThreadDelay = 60;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue