Skip to content

Commit

Permalink
+ added a log message to LocalChunkProvider about the size of the cac…
Browse files Browse the repository at this point in the history
…he for nearby chunks
  • Loading branch information
mbrotz committed Jan 15, 2013
1 parent a78e9c7 commit ef90f9e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public class LocalChunkProvider implements ChunkProvider {
public LocalChunkProvider(ChunkStore farStore, ChunkGeneratorManager generator) {
this.farStore = farStore;
this.generator = generator;

logger.info("CACHE_SIZE = {} for nearby chunks", CACHE_SIZE);

reviewChunkQueue = new PriorityBlockingQueue<ChunkRequest>(32);
reviewThreads = Executors.newFixedThreadPool(REQUEST_CHUNK_THREADS);
Expand Down

0 comments on commit ef90f9e

Please sign in to comment.