Skip to content

Commit eb23c2a

Browse files
committed
#5060: Upgrade to Akka 2.6.11
- disabled JFR
1 parent 325d8f6 commit eb23c2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/scala/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
include "logging"
2020

2121
akka {
22-
// java-flight-recorder.enabled = false
22+
java-flight-recorder.enabled = false
2323
}
2424

2525
akka.http {

core/controller/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ akka.http {
8686
# Check out all akka-remote-2.5.4 options here:
8787
# http://doc.akka.io/docs/akka/2.5.4/scala/general/configuration.html#config-akka-remote
8888
akka {
89-
// java-flight-recorder.enabled = false
89+
java-flight-recorder.enabled = false
9090
remote {
9191
artery {
9292
enabled = on

0 commit comments

Comments
 (0)