Skip to content

Commit

Permalink
Merge pull request #315 from ukwa/fix-oracle-doc-link
Browse files Browse the repository at this point in the history
Use the Wayback Machine to repair a link to Oracle docs.
  • Loading branch information
ato committed Mar 4, 2020
2 parents 9f7887a + b4494a7 commit fd514b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/src/main/java/org/archive/bdb/BdbModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ protected void setup(File f, boolean create)
config.setSharedCache(getUseSharedCache());

// we take the advice literally from...
// http://www.oracle.com/technology/products/berkeley-db/faq/je_faq.html#33
// https://web.archive.org/web/20100727081707/http://www.oracle.com/technology/products/berkeley-db/faq/je_faq.html#33
long nLockTables = getExpectedConcurrency()-1;
while(!BigInteger.valueOf(nLockTables).isProbablePrime(Integer.MAX_VALUE)) {
nLockTables--;
Expand Down

0 comments on commit fd514b7

Please sign in to comment.