[bisq-network/bisq] Improve persistence manager (#4804)

sqrrm notifications at github.com
Sat Nov 14 17:13:31 CET 2020


@sqrrm requested changes on this pull request.



> @@ -166,6 +183,7 @@ private static void onWriteCompleted(ResultHandler completeHandler,
     @Nullable
     private Timer timer;
     private ExecutorService writeToDiskExecutor;
+    public final AtomicBoolean initCalled = new AtomicBoolean(false);

`initCalled` is always false as it's only set here

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4804#pullrequestreview-530587501
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201114/f500d6af/attachment.html>


More information about the bisq-github mailing list