]> source.dussan.org Git - jgit.git/commit
Optionally measure filesystem timestamp resolution asynchronously 38/144638/12
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 21 Jun 2019 11:37:32 +0000 (13:37 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 11 Jul 2019 08:12:04 +0000 (10:12 +0200)
commita950eac23b94cb5cce5f75b1a7eb9a436950d3ee
tree94d1465e3d2b3dd951ad464b05597d04b125e38f
parenta024759cf5bf1cd6b9beb4f790d484943761a7e1
Optionally measure filesystem timestamp resolution asynchronously

In order to avoid blocking on the main thread during measurement
interactive applications like EGit may want to measure the filesystem
timestamp resolution asynchronously.

In order to enable measurement in the background call
FileStoreAttributeCache.setAsyncfileStoreAttrCache(true)
before the first access to cached FileStore attributes.

Bug: 548188
Change-Id: I8c9a2dbfc3f1d33441edea18b90e36b1dc0156c7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/.settings/.api_filters
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java