Skip to content

Commit 607571a

Browse files
Merge remote-tracking branch 'origin/dev-1.1.4' into dev-1.1.4
2 parents aeba9d8 + 8abddd7 commit 607571a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dss-apps/dss-user-guide/dss-user-guide-server/src/main/java/com/webank/wedatasphere/dss/guide/server/restful/KnowledgeGuideAdminRestful.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ public void syncKnowledge() {
222222
//拷贝文件到相应节点
223223
ShellUtils.callShellByExec(scpCommand);
224224
}
225-
guideCatalogService.syncKnowledge(summaryPath,GuideConf.SUMMARY_IGNORE_MODEL.getValue());
226-
guideGroupService.asyncGuide(summaryPath,GuideConf.SUMMARY_IGNORE_MODEL.getValue());
225+
//guideCatalogService.syncKnowledge(summaryPath,GuideConf.SUMMARY_IGNORE_MODEL.getValue());
226+
//guideGroupService.asyncGuide(summaryPath,GuideConf.SUMMARY_IGNORE_MODEL.getValue());
227227
} catch (Exception e) {
228228
logger.error("定时任务执行异常:" + e);
229229
throw new RuntimeException(e);

dss-framework/dss-framework-project-server/src/main/java/com/webank/wedatasphere/dss/framework/project/service/impl/DSSFrameworkProjectServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
public class DSSFrameworkProjectServiceImpl implements DSSFrameworkProjectService {
6161
private static final Logger LOGGER = LoggerFactory.getLogger(DSSFrameworkProjectServiceImpl.class);
62-
public static final int MAX_PROJECT_NAME_SIZE = 64;
62+
public static final int MAX_PROJECT_NAME_SIZE = 150;
6363
public static final int MAX_PROJECT_DESC_SIZE = 2048;
6464
@Autowired
6565
private DSSProjectService dssProjectService;

0 commit comments

Comments
 (0)