瀏覽代碼

机器时间戳差异超限时,系统文案调整

xueli.xue 8 年之前
父節點
當前提交
e21d6311bd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      xxl-job-core/src/main/java/com/xxl/job/core/rpc/netcom/NetComServerFactory.java

+ 1 - 1
xxl-job-core/src/main/java/com/xxl/job/core/rpc/netcom/NetComServerFactory.java

@@ -49,7 +49,7 @@ public class NetComServerFactory  {
 		RpcResponse response = new RpcResponse();
 
 		if (System.currentTimeMillis() - request.getCreateMillisTime() > 180000) {
-			response.setResult(new ReturnT<String>(ReturnT.FAIL_CODE, "Timestamp Timeout."));
+			response.setResult(new ReturnT<String>(ReturnT.FAIL_CODE, "the timestamp difference between admin and executor exceeds the limit."));
 			return response;
 		}