You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all mempool messages are in memory. On graceful shutdown, we should persist the messages to disk. And then on start up, we should read the messages back into memory. So we don't lose messages on restart.
The text was updated successfully, but these errors were encountered:
Currently all mempool messages are in memory. On graceful shutdown, we should persist the messages to disk. And then on start up, we should read the messages back into memory. So we don't lose messages on restart.
The text was updated successfully, but these errors were encountered: