Skip to content

Commit

Permalink
Switched to linked list
Browse files Browse the repository at this point in the history
  • Loading branch information
jnidzwetzki committed Oct 26, 2018
1 parent ad1b77a commit 59e4bcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class OSMBDBNodeStore implements OSMNodeStore {
* Removing elements before they are stored into the BDB could
* cause missing elements.
*/
protected List<List<SerializableNode>> pendingWriteQueues = new ArrayList<>();
protected List<List<SerializableNode>> pendingWriteQueues = new LinkedList<>();

/**
* Max elements per pending write queue
Expand Down

0 comments on commit 59e4bcc

Please sign in to comment.