We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ab889 commit 7e05e11Copy full SHA for 7e05e11
client/src/test/java/com/microsoft/durabletask/LargePayloadIntegrationTests.java
@@ -377,7 +377,6 @@ void largeActivityInput_isExternalized() throws TimeoutException {
377
@Test
378
void continueAsNew_withLargeInput_isExternalized() throws TimeoutException {
379
final String orchestratorName = "ContinueAsNewOrch";
380
- final int payloadSize = 1_000_000;
381
final int maxIterations = 3;
382
383
InMemoryPayloadStore store = new InMemoryPayloadStore();
0 commit comments