Skip to content

Commit

Permalink
chore: generate libraries at Thu Nov 14 16:52:48 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Nov 14, 2024
1 parent 62dd45f commit 959a469
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ public synchronized void createClient(
.setAppProfileId(request.getAppProfileId());

if (request.hasPerOperationTimeout()) {
java.time.Duration newTimeout = java.time.Duration.ofMillis(Durations.toMillis(request.getPerOperationTimeout()));
java.time.Duration newTimeout =
java.time.Duration.ofMillis(Durations.toMillis(request.getPerOperationTimeout()));
settingsBuilder = overrideTimeoutSetting(newTimeout, settingsBuilder);
logger.info(
String.format(
Expand Down

0 comments on commit 959a469

Please sign in to comment.