Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
foreverneverer committed Jan 27, 2021
1 parent 99c94d4 commit 5ab7eaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,7 @@ public MultiGetResult multiGet(
int maxFetchSize,
int timeout /*ms*/)
throws PException {
if (timeout <= 0) timeout = defaultTimeout;
try {
return asyncMultiGet(
hashKey, startSortKey, stopSortKey, options, maxFetchCount, maxFetchSize, timeout)
Expand Down

0 comments on commit 5ab7eaf

Please sign in to comment.