瀏覽代碼
Merge pull request #13282 from revant/fix-node-utils
fix: set correct default redis async broker in node_utils
version-14
mergify[bot]
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
node_utils.js
|
|
@@ -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 |
|
|
|
}; |
|
|
|
|
|
|
|