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
sol no longer re-sends segments your journal has already finished processing. earlier versions kept re-sending them indefinitely, spending bandwidth and CPU on work that was already done. sol removes a local copy only after your journal confirms it holds the segment; without that confirmation, the copy stays on your machine.
sol no longer stalls waiting on large replies from your journal. anything over about a megabyte previously hung until a timeout instead of arriving.
the private link sol uses to reach your journal now rejects malformed or oversized data cleanly instead of letting it disrupt the connection.