This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: set correct default redis async broker in node_utils
version-14
Revant Nandgaonkar
4 years ago
parent
e8d79030f7
commit
ff21cd4fce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
node_utils.js
+ 1
- 1
node_utils.js
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
};
Write
Preview
Loading…
Cancel
Save