Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 04883db

Browse files
jjjj
authored andcommitted
Menu sidebar changed, Limes config form & controller altered
1 parent 0af8333 commit 04883db

File tree

6 files changed

+290
-62
lines changed

6 files changed

+290
-62
lines changed

src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<context-param>
1717
<description>Maximum file size to be uploaded 1024 * 1024 * 5</description>
1818
<param-name>max-file-size</param-name>
19-
<param-value>5242880</param-value>
19+
<param-value>524288000</param-value>
2020
</context-param>
2121
<context-param>
2222
<description>Maximum size that will be stored in memory 20 * 1024</description>
2323
<param-name>max-mem-size</param-name>
24-
<param-value>20480</param-value>
24+
<param-value>2048000</param-value>
2525
</context-param>
2626
<context-param>
2727
<description>Location to save data that is larger than maxMemSize</description>

src/main/webapp/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ app.config(function($routeSegmentProvider, $routeProvider)
3434
.when('/home/extraction-and-loading/sparqlify', 'default.sparqlify')
3535
.when('/home/extraction-and-loading/triplegeo', 'default.triplegeo')
3636
.when('/home/extraction-and-loading/triplegeo-result', 'default.triplegeo-result')
37+
.when('/home/storage-querying/virtuoso', 'default.virtuoso')
3738
.when('/home/querying-and-exploration/geospatial', 'default.geospatial')
3839
/* .when('/home/querying-and-exploration/googlemap', 'default.googlemap') */
3940
.when('/home/querying-and-exploration/facete', 'default.facete')

0 commit comments

Comments
 (0)