forked from github/dataease
refactor(数据大屏、仪表板): 修改导出最大数据配置路径
This commit is contained in:
parent
949cd26758
commit
e71bf45b5d
@ -53,7 +53,7 @@ public class ChartDataServer implements ChartDataApi {
|
||||
|
||||
@Resource
|
||||
private VisualizationTemplateExtendDataManage extendDataManage;
|
||||
@Value("${export.views.limit:500000}")
|
||||
@Value("${dataease.export.views.limit:500000}")
|
||||
private Integer limit;
|
||||
|
||||
@Resource
|
||||
|
@ -89,7 +89,7 @@ public class ExportCenterManage {
|
||||
@Value("${export.max.size:10}")
|
||||
private int max;
|
||||
|
||||
@Value("${export.dataset.limit:100000}")
|
||||
@Value("${dataease.export.dataset.limit:100000}")
|
||||
private int limit;
|
||||
private final static String DATA_URL_TITLE = "data:image/jpeg;base64,";
|
||||
private static final String exportData_path = "/opt/dataease2.0/data/exportData/";
|
||||
|
Loading…
Reference in New Issue
Block a user