提交 c6c41ed4 编写于 作者: R Rob Lourens

Fix #99634

上级 f3c89ccb
......@@ -53,7 +53,7 @@ export class DiskSearch implements ISearchResultProvider {
@IConfigurationService private readonly configService: IConfigurationService,
) {
const timeout = this.configService.getValue<ISearchConfiguration>().search.maintainFileSearchCache ?
Number.MAX_VALUE :
100 * 60 * 60 * 1000 :
60 * 60 * 1000;
const opts: IIPCOptions = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册