yohei0125 3 лет назад
Родитель
Сommit
5cf314dacc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/server/service/page.ts

+ 1 - 1
packages/app/src/server/service/page.ts

@@ -3060,7 +3060,7 @@ class PageService {
   }
   }
 
 
   /**
   /**
-   * update descendantCount of the pages sequentially from path containing more `/` to path containing less
+   * update descendantCount of the pages sequentially from longer path to shorter path
    */
    */
   async updateDescendantCountOfPagesWithPaths(paths: string[]): Promise<void> {
   async updateDescendantCountOfPagesWithPaths(paths: string[]): Promise<void> {
     const BATCH_SIZE = 200;
     const BATCH_SIZE = 200;