How do I prevent ngrx store from saving all previous events? I have a USER_WAS_ACTIVE action which resets logout time every time user moves a mouse or something. Naturally I don't want the huge amount of events filling up the memory.
Also I would like to clear the store manually when one user logs out, so the next one cant just open redux devtools and see what the previous user did with the app.