mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 07:58:03 +01:00
Pause if we bump into an exception while trying to persist messages
This commit is contained in:
committed by
Jon Chambers
parent
5b9bce59e1
commit
a5575902de
@@ -74,6 +74,7 @@ public class MessagePersister implements Managed {
|
||||
}
|
||||
} catch (final Throwable t) {
|
||||
logger.warn("Failed to persist queues", t);
|
||||
Util.sleep(EXCEPTION_PAUSE_MILLIS);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user