mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FSCORE-634
This commit is contained in:
parent
7055d02750
commit
f7e2410e61
@ -1599,7 +1599,7 @@ SWITCH_STANDARD_API(ctl_function)
|
|||||||
arg = atoi(argv[1]);
|
arg = atoi(argv[1]);
|
||||||
}
|
}
|
||||||
switch_core_session_ctl(SCSC_MAX_SESSIONS, &arg);
|
switch_core_session_ctl(SCSC_MAX_SESSIONS, &arg);
|
||||||
stream->write_function(stream, "+OK max sessions: %f\n", arg);
|
stream->write_function(stream, "+OK max sessions: %d\n", arg);
|
||||||
} else if (!strcasecmp(argv[0], "min_idle_cpu")) {
|
} else if (!strcasecmp(argv[0], "min_idle_cpu")) {
|
||||||
double d = -1;
|
double d = -1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user