mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
Enable cache for browse results
This commit is contained in:
@@ -60,7 +60,6 @@ public class SourceRootResource {
|
|||||||
if (revision != null && !revision.isEmpty()) {
|
if (revision != null && !revision.isEmpty()) {
|
||||||
browseCommand.setRevision(URLDecoder.decode(revision, "UTF-8"));
|
browseCommand.setRevision(URLDecoder.decode(revision, "UTF-8"));
|
||||||
}
|
}
|
||||||
browseCommand.setDisableCache(true);
|
|
||||||
BrowserResult browserResult = browseCommand.getBrowserResult();
|
BrowserResult browserResult = browseCommand.getBrowserResult();
|
||||||
|
|
||||||
if (browserResult != null) {
|
if (browserResult != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user