浏览代码

sorting the options

NAME 5 年之前
父节点
当前提交
5b8303ad11
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      site/docs/extensions/pipeline.md

+ 6 - 6
site/docs/extensions/pipeline.md

@@ -69,18 +69,18 @@ There are two new events:
 
 
 ## Options
 ## Options
 
 
-### usePipeline
-
-* type: Boolean
-* description: Set true to enable pipelining
-* default: `false`
-
 ## pipelineSize
 ## pipelineSize
 
 
 * type: Integer
 * type: Integer
 * description: Size of each cache window. Must be greater than 0
 * description: Size of each cache window. Must be greater than 0
 * default: `1000`    
 * default: `1000`    
 
 
+### usePipeline
+
+* type: Boolean
+* description: Set true to enable pipelining
+* default: `false`
+
 ## Events
 ## Events
 
 
 ### onCachedDataHit(cached-data-hit.bs.table)
 ### onCachedDataHit(cached-data-hit.bs.table)