Skip to content

Commit

Permalink
Merge branch '535-cache' of https://github.com/hbz/nwbib
Browse files Browse the repository at this point in the history
Resolves #535
  • Loading branch information
fsteeg authored and sol committed Jan 28, 2020
2 parents f04dddb + e5ceeb5 commit c0a6d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/nwbib/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public static Result classification(final String t) {
}
result = classificationResult(t, placeholder);
}
Cache.set("classification." + t, result);
Cache.set("classification." + t, result, ONE_DAY);
return result;
}

Expand Down

0 comments on commit c0a6d03

Please sign in to comment.