Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Aug 12, 2022
1 parent d804706 commit c1b7d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export function resolve(
extensions: options?.extensions ?? defaultExtensions,
extensionAlias: options?.extensionAlias ?? defaultExtensionAlias,
mainFields: options?.mainFields ?? defaultMainFields,
fileSystem: new CachedInputFileSystem(fileSystem, 5000),
fileSystem: new CachedInputFileSystem(fileSystem, 5 * 1000),
useSyncFileSystemCalls: true,
}
}
Expand Down

0 comments on commit c1b7d4d

Please sign in to comment.