List of already seed Retweets is not persistent #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the list of already seen retweets for deduplicating repeated Retweets is just a set stored in the
OutputStream
.Therefore this list is not persistent across application restart.
If this is correct behaviour it should be noted.
Otherwise a persistence mechanism is required: