Skip to content

Commit 269c1ec

Browse files
authored
Change default CPU priority of bulk template to HIGH (#2836)
Failure unrelated to changing defaults
1 parent 36fe153 commit 269c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/sourcedb-to-spanner/src/main/java/com/google/cloud/teleport/v2/options/SourceDbToSpannerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public interface SourceDbToSpannerOptions extends CommonTemplateOptions {
297297
helpText =
298298
"The request priority for Cloud Spanner calls. The value must be one of:"
299299
+ " [`HIGH`,`MEDIUM`,`LOW`]. Defaults to `MEDIUM`.")
300-
@Default.Enum("MEDIUM")
300+
@Default.Enum("HIGH")
301301
Options.RpcPriority getSpannerPriority();
302302

303303
void setSpannerPriority(Options.RpcPriority value);

0 commit comments

Comments
 (0)