Skip to content

Commit

Permalink
change mail service API call deadlines.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 655855620
Change-Id: I76887965fc6c7d5539a66c2132b8470496abfcff
  • Loading branch information
ludoch authored and gae-java-bot committed Jul 25, 2024
1 parent ce7d50a commit 909a585
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ private static List<String> getRuntimeFlags() {
+ "datastore_v4:60.0,file:30.0,"
+ "images:30.0,"
+ "logservice:60.0,"
+ "mail:30.0,"
+ "modules:60.0,"
+ "rdbms:60.0,"
+ "remote_socket:60.0,"
Expand Down Expand Up @@ -124,6 +125,7 @@ private static List<String> getRuntimeFlags() {
+ "file:60.0,"
+ "images:30.0,"
+ "logservice:60.0,"
+ "mail:60.0,"
+ "modules:60.0,"
+ "rdbms:60.0,"
+ "remote_socket:60.0,"
Expand All @@ -139,6 +141,7 @@ private static List<String> getRuntimeFlags() {
+ "file:60.0,"
+ "images:30.0,"
+ "logservice:60.0,"
+ "mail:60.0,"
+ "modules:60.0,rdbms:600.0,"
+ "remote_socket:60.0,"
+ "search:60.0,"
Expand All @@ -153,6 +156,7 @@ private static List<String> getRuntimeFlags() {
+ "file:30.0,"
+ "images:30.0,"
+ "logservice:60.0,"
+ "mail:30.0,"
+ "modules:60.0,"
+ "rdbms:60.0,"
+ "remote_socket:60.0,"
Expand Down

0 comments on commit 909a585

Please sign in to comment.