Merge pull request #3188 from chakflying/fix/radius-timeout

Fix: Set radius connection timeout to monitor default
This commit is contained in:
Louis Lam 2023-07-09 22:47:39 +08:00 committed by GitHub
commit d825dbf828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -740,7 +740,8 @@ class Monitor extends BeanModel {
this.radiusCalledStationId,
this.radiusCallingStationId,
this.radiusSecret,
port
port,
this.interval * 1000 * 0.8,
);
if (resp.code) {
bean.msg = resp.code;