mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Changed max number fo retries to send each remote event from 3 to 1
This commit is contained in:
parent
e4abfdb637
commit
9c0813a96c
@ -40,7 +40,7 @@ public final class AutopsyEventPublisher {
|
|||||||
* Composed of thread-safe objects.
|
* Composed of thread-safe objects.
|
||||||
*/
|
*/
|
||||||
private static final Logger logger = Logger.getLogger(AutopsyEventPublisher.class.getName());
|
private static final Logger logger = Logger.getLogger(AutopsyEventPublisher.class.getName());
|
||||||
private static final int MAX_REMOTE_EVENT_PUBLISH_TRIES = 3;
|
private static final int MAX_REMOTE_EVENT_PUBLISH_TRIES = 1;
|
||||||
private final LocalEventPublisher localPublisher;
|
private final LocalEventPublisher localPublisher;
|
||||||
private RemoteEventPublisher remotePublisher;
|
private RemoteEventPublisher remotePublisher;
|
||||||
private String currentChannelName;
|
private String currentChannelName;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user