1
0
Thibaut 11 жил өмнө
parent
commit
50c18b2f89

+ 1 - 1
assets/javascripts/app/searcher.coffee

@@ -1,7 +1,7 @@
 class app.Searcher
 class app.Searcher
   $.extend @prototype, Events
   $.extend @prototype, Events
 
 
-  CHUNK_SIZE = 10000
+  CHUNK_SIZE = 20000
   SEPARATOR = '.'
   SEPARATOR = '.'
 
 
   DEFAULTS =
   DEFAULTS =