Skip to content

Commit

Permalink
build files
Browse files Browse the repository at this point in the history
  • Loading branch information
idanasulin2706 committed Sep 11, 2023
1 parent 40e28b0 commit 410c346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/memphis.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Memphis {
this.consumeHandlers = [];
this.suppressLogs = false;
this.stationPartitions = new Map();
this.seed = 1234;
this.seed = 31;
}
connect({ host, port = 6666, username, accountId = 1, connectionToken = '', password = '', reconnect = true, maxReconnect = 10, reconnectIntervalMs = 1500, timeoutMs = 2000, keyFile = '', certFile = '', caFile = '', suppressLogs = false }) {
return new Promise(async (resolve, reject) => {
Expand Down
2 changes: 1 addition & 1 deletion lib/tsconfig.build.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 410c346

Please sign in to comment.