fix: set correct default redis async broker in node_utils

This commit is contained in:
Revant Nandgaonkar 2021-05-21 16:09:43 +05:30
parent e8d79030f7
commit ff21cd4fce

View file

@ -6,7 +6,7 @@ const bench_path = path.resolve(__dirname, '..', '..');
function get_conf() {
// defaults
var conf = {
redis_async_broker_port: 12311,
redis_async_broker_port: 'redis://localhost:12311',
socketio_port: 3000
};