mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 02:46:30 +00:00
send port in image matcher arguments
lower expectations from gmaps, enlarge size of download map
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user