Skip to content
Snippets Groups Projects
Commit 133b5593 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #4053: Moved Storage port range from 8xxx to 7xxx

parent 5375d2c5
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ string getStreamDescriptorBetweenIONandCN(const char *streamType, unsigned ionod
uint16 storageBrokerPort(int observationID)
{
return 8000 + observationID % 1000;
return 7000 + observationID % 1000;
}
......
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