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