This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


The following commit(s) were added to refs/heads/main by this push:
     new e260799  Update application.properties
e260799 is described below

commit e2607992329028618c7fd2cbf42f43dc30ea2708
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 20 08:33:33 2026 +0100

    Update application.properties
---
 profiling/timer-log/src/main/resources/application.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiling/timer-log/src/main/resources/application.properties 
b/profiling/timer-log/src/main/resources/application.properties
index 82c2c3c..051187f 100644
--- a/profiling/timer-log/src/main/resources/application.properties
+++ b/profiling/timer-log/src/main/resources/application.properties
@@ -19,9 +19,6 @@
 # here you can configure options on camel main (see 
MainConfigurationProperties class)
 camel.main.name = MyTinyCamel
 
-# run in lightweight mode to be tiny as possible
-camel.main.lightweight = true
-
 # use short uuid which uses 16 bytes vs 32 by default
 camel.main.uuid-generator = short
 

Reply via email to