You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-blob-payloads/src/main/java/com/microsoft/durabletask/azureblobpayloads/LargePayloadClientExtensions.java
Copy file name to clipboardExpand all lines: azure-blob-payloads/src/main/java/com/microsoft/durabletask/azureblobpayloads/LargePayloadStorageOptions.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,10 @@ public int getThresholdBytes() {
58
58
* @throws IllegalArgumentException if the value exceeds 1 MiB
Copy file name to clipboardExpand all lines: azure-blob-payloads/src/main/java/com/microsoft/durabletask/azureblobpayloads/LargePayloadWorkerExtensions.java
Copy file name to clipboardExpand all lines: azure-blob-payloads/src/test/java/com/microsoft/durabletask/azureblobpayloads/LargePayloadIntegrationTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@
24
24
* <p>
25
25
* These tests require:
26
26
* <ul>
27
-
* <li>DTS emulator running on localhost:8080:
28
-
* {@code docker run --name durabletask-emulator -p 8080:8080 -d mcr.microsoft.com/dts/dts-emulator:latest}</li>
27
+
* <li>DTS emulator running on localhost:4001:
28
+
* {@code docker run --name durabletask-emulator -p 4001:8080 -d mcr.microsoft.com/dts/dts-emulator:latest}</li>
0 commit comments