send port in image matcher arguments

lower expectations from gmaps, enlarge size of download map
This commit is contained in:
Alex Bezdieniezhnykh
2025-06-24 02:12:52 +03:00
parent 253f811125
commit 627e63e543
4 changed files with 5 additions and 4 deletions
@@ -50,6 +50,7 @@ public class GpsMatcherClient : IGpsMatcherClient
process.StartInfo = new ProcessStartInfo
{
FileName = SecurityConstants.ExternalGpsDeniedPath,
Arguments = $"zeromq --rep {gpsConfig.Value.ZeroMqPort} --pub {gpsConfig.Value.ZeroMqReceiverPort}",
WorkingDirectory = SecurityConstants.EXTERNAL_GPS_DENIED_FOLDER,
CreateNoWindow = true
};