mirror of https://github.com/OpenVidu/openvidu.git
Double space to single space
parent
44d3158d1b
commit
a9a4be6c7c
|
@ -634,7 +634,7 @@ public class OpenviduConfig {
|
||||||
String property = "COTURN_PORT";
|
String property = "COTURN_PORT";
|
||||||
coturnPort = this.asNonNegativeInteger(property);
|
coturnPort = this.asNonNegativeInteger(property);
|
||||||
if (coturnPort <= 0 || coturnPort > 65535){
|
if (coturnPort <= 0 || coturnPort > 65535){
|
||||||
log.warn("Non valid coturn port, setting to default 3478");
|
log.warn("Non valid coturn port, setting to default 3478");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue