machawk1 / ArchiveThumbnails

An implementation for Ahmed AlSum's "Thumbnail Summarization Techniques for Web Archives"
GNU General Public License v2.0
7 stars 5 forks source link

Change port numbers to consecutive integers #113

Open ibnesayeed opened 7 years ago

ibnesayeed commented 7 years ago

The three ports exposed can be three consecutive numbers unless there is a good reason not to do so. Currently, these are 15421, 15422, and 1338. Putting them together would make it simpler to open or map ports at once.

machawk1 commented 7 years ago

@ibnesayeed While I agree, I believe the original rationale of splitting them was representative of the difference in the two consecutive ports compared to the intended functionality assigned to 1338.

ibnesayeed commented 7 years ago

We didn't really have any specific reasoning behind picking such random numbers. I think we can pick a reasonably memorable number for the main service and two other consecutive numbers for the other two services.