* Do not create new collections in recycle() - seems to have negative performance impact.
This commit is contained in:
parent
414b22836b
commit
6139814575
1 changed files with 0 additions and 5 deletions
|
@ -475,11 +475,6 @@ public class Transactor extends Thread {
|
|||
cleanNodes.clear();
|
||||
parentNodes.clear();
|
||||
testedConnections.clear();
|
||||
// create new collections
|
||||
dirtyNodes = new HashMap();
|
||||
cleanNodes = new HashMap();
|
||||
parentNodes = new HashSet();
|
||||
testedConnections = new HashSet();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue