Skip to content

Commit 00a0104

Browse files
ludochgae-java-bot
authored andcommitted
Remove unused --java_hard_deadline_ms flag, was removed in the previous PR and emits a useless warning.
PiperOrigin-RevId: 846489770 Change-Id: Id878b17571e851de6fb93cad05f71133d3c74798
1 parent 21e8a73 commit 00a0104

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runtime/main/src/main/java/com/google/apphosting/runtime/JavaRuntimeMainWithDefaults.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ private static List<String> getRuntimeFlags() {
111111
// "--fixed_application_path=" + ...,
112112
"--force_readahead_on_cloudsql_socket=true",
113113
"--interrupt_threads_first_on_soft_deadline=true",
114-
"--java_hard_deadline_ms=10200",
115114
"--java_soft_deadline_ms=10600",
116115
"--jetty_http_port=" + jettyPort,
117116
"--jetty_request_header_size=262144",

0 commit comments

Comments
 (0)