Commit a4187ccb authored by Thiago Camargo's avatar Thiago Camargo Committed by thiago

Small Fixes

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6736 b35dd754-fafc-0310-a699-88a17e54d16e
parent 33458677
...@@ -38,7 +38,7 @@ public class MediaProxy implements SessionListener { ...@@ -38,7 +38,7 @@ public class MediaProxy implements SessionListener {
private int minPort = 10000; private int minPort = 10000;
private int maxPort = 20000; private int maxPort = 20000;
private long idleTime = 60; private long idleTime = 60000;
// Lifetime of a Channel in Seconds // Lifetime of a Channel in Seconds
private long lifetime = 9000; private long lifetime = 9000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment