From 3fe419ba2f03673b776c3fab871f30710800cd9a Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 24 Oct 2013 14:50:51 +0200 Subject: [PATCH] disable openejb stats --- src/main/tomee/conf/system.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/tomee/conf/system.properties b/src/main/tomee/conf/system.properties index 48cd9c2b..479d13f9 100644 --- a/src/main/tomee/conf/system.properties +++ b/src/main/tomee/conf/system.properties @@ -47,4 +47,5 @@ # javax.persistence.nonJtaDataSource = AsynchronousPool.CorePoolSize = 1 -AsynchronousPool.MaximumPoolSize = 100 \ No newline at end of file +AsynchronousPool.MaximumPoolSize = 100 +openejb.stats.interceptor.disable = true \ No newline at end of file