Skip to content

Commit

Permalink
Shrink Netty's pipeline by removing IdleStateHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
franz1981 committed Jan 16, 2023
1 parent 9996d58 commit fa1a29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frameworks/Java/quarkus/run_quarkus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ JAVA_OPTIONS="-server \
-Dquarkus.vertx.prefer-native-transport=true \
-XX:-StackTraceInThrowable \
-Dquarkus.http.accept-backlog=-1 \
-Dio.netty.buffer.checkBounds=false \
-Dio.netty.buffer.checkBounds=false \Disable
-Dio.netty.buffer.checkAccessible=false \
-Djava.util.logging.manager=org.jboss.logmanager.LogManager \
-Dquarkus.http.idle-timeout=0 \
-XX:-UseBiasedLocking \
-XX:+UseStringDeduplication \
-XX:+UseNUMA \
Expand Down

0 comments on commit fa1a29b

Please sign in to comment.