|
@@ -740,7 +740,7 @@ class PageService {
|
|
|
|
|
|
|
|
async v5RecursiveMigration(grant, rootPath = null) {
|
|
async v5RecursiveMigration(grant, rootPath = null) {
|
|
|
const BATCH_SIZE = 100;
|
|
const BATCH_SIZE = 100;
|
|
|
- const PAGES_LIMIT = 3000;
|
|
|
|
|
|
|
+ const PAGES_LIMIT = 1000;
|
|
|
const Page = this.crowi.model('Page');
|
|
const Page = this.crowi.model('Page');
|
|
|
const { PageQueryBuilder } = Page;
|
|
const { PageQueryBuilder } = Page;
|
|
|
|
|
|