We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580c015 commit 5da2ae9Copy full SHA for 5da2ae9
databricks-sdk-java/src/main/java/com/databricks/sdk/core/oauth/RefreshableTokenSource.java
@@ -45,7 +45,7 @@ protected enum TokenState {
45
// The current OAuth token. May be null if not yet fetched.
46
protected volatile Token token;
47
// Whether asynchronous refresh is enabled.
48
- private boolean asyncEnabled = false;
+ private boolean asyncEnabled = true;
49
// Duration before expiry to consider a token as 'stale'.
50
private Duration staleDuration = DEFAULT_STALE_DURATION;
51
// Additional buffer before expiry to consider a token as expired.
0 commit comments