[Red5commits] [1033] disable debug allocator by default

jbauch luke at codegent.com
Sun Jun 25 17:40:14 EDT 2006


disable debug allocator by default


Timestamp: 06/26/06 07:32:47 (less than one hour ago) 
Change: 1033 
Author: jbauch

Files (see diff or trac for details): 
java/server/branches/joachim-rtmp-messages-integration/src/org/red5/server/Standalone.java


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1033

Index: /java/server/branches/joachim-rtmp-messages-integration/src/org/red5/server/Standalone.java
===================================================================
--- /java/server/branches/joachim-rtmp-messages-integration/src/org/red5/server/Standalone.java (revision 1032)
+++ /java/server/branches/joachim-rtmp-messages-integration/src/org/red5/server/Standalone.java (revision 1033)
@@ -68,5 +68,5 @@
 	public static void main(String[] args) throws Exception, Throwable {
 		
-		if (true) {
+		if (false) {
 			allocator = new DebugPooledByteBufferAllocator(true);
 			ByteBuffer.setAllocator(allocator);


Note:
Diffs are chopped if more than 30k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list