Ticket #709 (closed New Feature: Fixed)
expose queueThreshold var in FileConsumer.java in a external config file
| Reported by: | octavnaicu | Owned by: | mondain |
|---|---|---|---|
| Priority: | Major | Component: | App Server |
| Version: | Keywords: | queue, recording | |
| Cc: |
Description
in In FileConsumer.java thee is this variable:
private int queueThreshold = 37;
and this function:
public void setQueueThreshold(int queueThreshold) {
this.queueThreshold = queueThreshold;
}
The value of queueThreshold needs to be controlled by an external config file so that it can be edited/tweaked by red5 server admins without the need to recompile the Red5 server.
Ticket 509 covers the origin of this variable and why its needed:
http://trac.red5.org/ticket/509
Change History
Note: See
TracTickets for help on using
tickets.
