Skip to content

Commit

Permalink
update long
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 9, 2024
1 parent 4512cc6 commit aeb3704
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ private static native long httpClientConnectionManagerNew(HttpClientConnectionMa
long monitoringThroughputThresholdInBytesPerSecond,
int monitoringFailureIntervalInSeconds,
int expectedProtocol,
int maxPendingConnectionAcquisitions,
int connectionAcquisitionTimeoutInMilliseconds) throws CrtRuntimeException;
long maxPendingConnectionAcquisitions,
long connectionAcquisitionTimeoutInMilliseconds) throws CrtRuntimeException;

private static native void httpClientConnectionManagerRelease(long conn_manager) throws CrtRuntimeException;

Expand Down

0 comments on commit aeb3704

Please sign in to comment.