Skip to content

Commit

Permalink
[kbn/optimizer/node/cache] support up to 500 readers (#80354)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <[email protected]>
  • Loading branch information
Spencer and spalger authored Oct 13, 2020
1 parent 79cecd1 commit b5c5bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-optimizer/src/node/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class Cache {
this.codes = LmdbStore.open({
name: 'codes',
path: CACHE_DIR,
maxReaders: 500,
});

this.atimes = this.codes.openDB({
Expand Down

0 comments on commit b5c5bf7

Please sign in to comment.