Skip to content
Snippets Groups Projects
Commit 60cb95a1 authored by KyleKlenk's avatar KyleKlenk
Browse files

more edits to client config python file

parent c6373732
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ import sys ...@@ -3,8 +3,8 @@ import sys
def distributed_settings(hostname, port): def distributed_settings(hostname, port):
distributed_settings = { distributed_settings = {
"distributed-mode": True, "distributed_mode": True,
"host":hostname, "hostname":hostname,
"port":port, "port":port,
"total_hru_count": 5, "total_hru_count": 5,
"num_hru_per_batch": 1, "num_hru_per_batch": 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment