Switch touch queue to concurrent map - remove synchronize
This commit is contained in:
parent
0169de4d7b
commit
cde0e8b4db
2 changed files with 28 additions and 23 deletions
|
|
@ -61,7 +61,7 @@ public class SnapshotCache {
|
|||
snapcache.reverselookup.remove(rec.ref);
|
||||
rec.ref.clear();
|
||||
}
|
||||
processRefQueue();
|
||||
//processRefQueue();
|
||||
}
|
||||
/**
|
||||
* Invalidate cached snapshot, if in cache
|
||||
|
|
@ -77,7 +77,7 @@ public class SnapshotCache {
|
|||
}
|
||||
}
|
||||
}
|
||||
processRefQueue();
|
||||
//processRefQueue();
|
||||
}
|
||||
/**
|
||||
* Look for chunk snapshot in cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue