Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
increate max files in storage adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Aug 19, 2016
1 parent efd4df7 commit 3a8d92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/storage/adapters/level/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function LevelDBStorageAdapter(path, backend) {

LevelDBStorageAdapter.SIZE_START_KEY = '0';
LevelDBStorageAdapter.SIZE_END_KEY = 'z';
LevelDBStorageAdapter.MAX_OPEN_FILES = 200;
LevelDBStorageAdapter.MAX_OPEN_FILES = 500;

inherits(LevelDBStorageAdapter, StorageAdapter);

Expand Down

0 comments on commit 3a8d92e

Please sign in to comment.