File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ where:
395395 * ` bucket_id ` (` ?number|cdata ` ) - bucket ID
396396 * ` timeout ` (` ?number ` ) - ` vshard.call ` timeout (in seconds)
397397 * ` mode ` (` ?string ` , ` read ` or ` write ` ) - if ` write ` is specified then ` get ` is
398- performed on master
398+ performed on master, default value is ` read `
399399 * ` prefer_replica ` (` ?boolean ` ) - if ` true ` then the preferred target is one of
400400 the replicas
401401 * ` balance ` (` ?boolean ` ) - use replica according to vshard load balancing policy
@@ -892,7 +892,7 @@ where:
892892 * ` fullscan ` (` ?boolean ` ) - if ` true ` then a critical log entry will be skipped
893893 on potentially long ` select ` , see [ avoiding full scan] ( doc/select.md#avoiding-full-scan ) .
894894 * ` mode ` (` ?string ` , ` read ` or ` write ` ) - if ` write ` is specified then ` select ` is
895- performed on master
895+ performed on master, default value is ` read `
896896 * ` prefer_replica ` (` ?boolean ` ) - if ` true ` then the preferred target is one of
897897 the replicas
898898 * ` balance ` (` ?boolean ` ) - use replica according to vshard load balancing policy
You can’t perform that action at this time.
0 commit comments