parveensania commented on code in PR #39646:
URL: https://github.com/apache/beam/pull/39646#discussion_r3807872622


##########
runners/google-cloud-dataflow-java/worker/windmill/src/main/proto/windmill.proto:
##########
@@ -1018,6 +1018,10 @@ message UserWorkerRunnerV1Settings {
 
   optional int64 max_cached_entry_bytes = 5 [default = -1];
 
+  // Time to wait before switching to fallback connectivity if primary is not 
ready.
+  // Only used if direcpath is enabled for the job. Default is 15 seconds.
+  optional int64 directpath_primary_not_ready_wait_nanos = 6 [default = 
15000000000];

Review Comment:
   Changed the unit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to