Skip to content

Commit

Permalink
Rocksdb graceful fallback to in-mem
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Sep 27, 2023
1 parent 18a22a1 commit 600d322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ private static MavenPomCache getPomCache(@Nullable String pomCacheDirectory, Log
new RocksdbMavenPomCache(Paths.get(pomCacheDirectory))
);
}
} catch (Exception e) {
} catch (Throwable e) {
logger.warn("Unable to initialize RocksdbMavenPomCache, falling back to InMemoryMavenPomCache");
logger.debug(e);
}
Expand Down

0 comments on commit 600d322

Please sign in to comment.