Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jun 21, 2024
1 parent d0ad837 commit a5137a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser/aws_iot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export class AwsIotMqttConnectionConfigBuilder {
/**
* Configure the min reconnection period (in second). The reconnection period will
* be set in range of [reconnect_min_sec,reconnect_max_sec].
* @param reconnect_min_sec min reconnection period
* @param min_sec min reconnection period
*/
with_reconnect_min_sec(min_sec: number) {
this.params.reconnect_min_sec = min_sec;
Expand Down

0 comments on commit a5137a7

Please sign in to comment.