Skip to content

Commit a43ae0e

Browse files
committed
Remove debug settings 2
1 parent a5c3c2e commit a43ae0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/thrift/impl/ClientRPCServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ private TSLastDataQueryReq convert(final TSFastLastDataQueryForOnePrefixPathReq
10051005
Collections.singletonList(String.join(".", req.getPrefixes()) + ".**"),
10061006
Long.MIN_VALUE,
10071007
req.statementId);
1008-
tsLastDataQueryReq.setFetchSize(60000);
1008+
tsLastDataQueryReq.setFetchSize(req.fetchSize);
10091009
tsLastDataQueryReq.setEnableRedirectQuery(req.enableRedirectQuery);
10101010
tsLastDataQueryReq.setLegalPathNodes(true);
10111011
tsLastDataQueryReq.setTimeout(req.timeout);

0 commit comments

Comments
 (0)