Skip to content

Commit

Permalink
[7.10] [kbn/optimizer/node/cache] support up to 500 readers (#80354) (#…
Browse files Browse the repository at this point in the history
…80378)

Co-authored-by: spalger <[email protected]>
  • Loading branch information
Spencer and spalger authored Oct 13, 2020
1 parent 5c17f78 commit 13fe639
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 13fe639

Please sign in to comment.