Skip to content

Commit

Permalink
Merge 1b70f30 into e387ffc
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyulin committed Jun 8, 2018
2 parents e387ffc + 1b70f30 commit 7ceda46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ site-content
/.project
/.settings/
/bin/
/.idea
/*.iml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ public GenericKeyedObjectPool(final KeyedPooledObjectFactory<K, T> factory,
this.fairness = config.getFairness();

setConfig(config);

startEvictor(getTimeBetweenEvictionRunsMillis());
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ public GenericObjectPool(final PooledObjectFactory<T> factory,
idleObjects = new LinkedBlockingDeque<>(config.getFairness());

setConfig(config);

startEvictor(getTimeBetweenEvictionRunsMillis());
}

/**
Expand Down

0 comments on commit 7ceda46

Please sign in to comment.