Skip to content

Commit a9f9eea

Browse files
committed
fix doc
1 parent 82d097f commit a9f9eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide_3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ spark.sql("select t1.id,t2.id from spark_catalog.default.t t1 left join tidb_cat
238238
|------------------------------------------------|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
239239
| `spark.tispark.pd.addresses` | `127.0.0.1:2379` | The addresses of PD cluster, which are split by comma |
240240
| `spark.tispark.grpc.framesize` | `2147483647` | The maximum frame size of gRPC response in bytes (default 2G) |
241-
| `spark.tispark.grpc.timeout_in_sec` | `10` | The gRPC timeout time in seconds |
241+
| `spark.tispark.grpc.timeout_in_sec` | `180` | The gRPC timeout time in seconds |
242242
| `spark.tispark.plan.allow_agg_pushdown` | `true` | Whether aggregations are allowed to push down to TiKV (in case of busy TiKV nodes) |
243243
| `spark.tispark.plan.allow_index_read` | `true` | Whether index is enabled in planning (which might cause heavy pressure on TiKV) |
244244
| `spark.tispark.index.scan_batch_size` | `20000` | The number of row key in batch for the concurrent index scan |

0 commit comments

Comments
 (0)