Commit ab8d501
committed
fix: Reduce the timeout to 3 minutes for the requests wait time in queue.
Since in write api server side we have total timeout of 2 minutes, it does not make sense to wait 15 minutes to determine whether we have met dead connection, let's reduce the timeout here1 parent ea2e8fb commit ab8d501
File tree
1 file changed
+1
-1
lines changed- google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments