提交 c8189568 编写于 作者: J Joao Moreno

use pagesize 50 instead of 30

上级 2cc65e95
...@@ -219,7 +219,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService { ...@@ -219,7 +219,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
const type = options.ids ? 'ids' : (options.text ? 'text' : 'all'); const type = options.ids ? 'ids' : (options.text ? 'text' : 'all');
const text = options.text || ''; const text = options.text || '';
const pageSize = getOrDefault(options, o => o.pageSize, 30); const pageSize = getOrDefault(options, o => o.pageSize, 50);
this.telemetryService.publicLog('galleryService:query', { type, text }); this.telemetryService.publicLog('galleryService:query', { type, text });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册