Skip to content

Commit f8ddd7e

Browse files
authored
Add doc comment saying when SKIP_YIELD_ON_VERSION was enabled by (#2825)
1 parent 80e6a1c commit f8ddd7e

File tree

1 file changed

+2
-0
lines changed
  • temporal-sdk/src/main/java/io/temporal/internal/common

1 file changed

+2
-0
lines changed

temporal-sdk/src/main/java/io/temporal/internal/common/SdkFlag.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ public enum SdkFlag {
1212
SKIP_YIELD_ON_DEFAULT_VERSION(1),
1313
/*
1414
* Changes behavior of GetVersion to never yield.
15+
*
16+
* Enabled: 1.34.0
1517
*/
1618
SKIP_YIELD_ON_VERSION(2),
1719
/*

0 commit comments

Comments
 (0)