Browse Source

sorting the options

NAME 5 years ago
parent
commit
5b8303ad11
1 changed files with 6 additions and 6 deletions
  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
 
-### usePipeline
-
-* type: Boolean
-* description: Set true to enable pipelining
-* default: `false`
-
 ## pipelineSize
 
 * type: Integer
 * description: Size of each cache window. Must be greater than 0
 * default: `1000`    
 
+### usePipeline
+
+* type: Boolean
+* description: Set true to enable pipelining
+* default: `false`
+
 ## Events
 
 ### onCachedDataHit(cached-data-hit.bs.table)