Skip to content

Commit

Permalink
changed defualt port number for SC to be in range
Browse files Browse the repository at this point in the history
  • Loading branch information
brichards64 committed Aug 27, 2024
1 parent 976c4db commit 4a49290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceDiscovery/Services.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bool Services::Init(Store &m_variables, zmq::context_t* context_in, SlowControlC

m_context = context_in;
sc_vars = sc_vars_in;
sc_vars->InitThreadedReceiver(m_context, 88888, 100, false);
sc_vars->InitThreadedReceiver(m_context, 60000, 100, false);
m_backend_client.SetUp(m_context);

if(!m_variables.Get("service_name",m_name)) m_name="test_service";
Expand Down

0 comments on commit 4a49290

Please sign in to comment.