Skip to content

Commit 153e595

Browse files
committed
wfewe
1 parent 2defed6 commit 153e595

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

OpenFlow/src/amqpwrapper.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ export class amqpwrapper {
438438
'Content-type': 'application/x-www-form-urlencoded'
439439
},
440440
username: (q as any).username,
441-
password: (q as any).password
441+
password: (q as any).password,
442+
timeout: 500, retry: 1
442443
};
443444
var _url = 'http://' + q.host + ':' + q.port + '/api/queues/' + encodeURIComponent(vhost) + '/' + queuename;
444445
var response = await got.get(_url, options);

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.33
1+
1.0.34

0 commit comments

Comments
 (0)