v2.3.0
Pre-release
Pre-release
- Send to all product senders in parallel by default.
- Timeout after 5 minutes when sending in parallel.
- Bugfix for networks with multiple authoritative regions
- OriginIndexerListener to query geoserve web service for event title.
This update is recommended for all contributors, particularly for large products.
This affects normal --send
(CLIProductBuilder) and EIDSInputWedge quakeml-based senders.
New command line arguments
--disableParallelSend
Disable parallel sends (Default is enabled).
Send to each product sender one at a time, waiting for send to complete or fail.--parallelSendTimeout=300
Timeout in seconds when parallel send is enabled (Default 5 minutes).
New configuration properties
parallelSend = true|false
(default true)parallelSendTimeout = seconds
(default 300)
This affects normal --send
and EIDSInputWedge quakeml based senders.