Browse Source

change per

mizozobu 6 years ago
parent
commit
183189c812
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/service/export.js

+ 1 - 1
src/server/service/export.js

@@ -9,7 +9,7 @@ class ExportService {
     this.baseDir = path.join(crowi.tmpDir, 'downloads');
     this.baseDir = path.join(crowi.tmpDir, 'downloads');
     this.extension = 'json';
     this.extension = 'json';
     this.encoding = 'utf-8';
     this.encoding = 'utf-8';
-    this.per = 10;
+    this.per = 100;
 
 
     this.files = {};
     this.files = {};
     // populate this.files
     // populate this.files