Should I implement a policy to stop a user from reviewing a task too often?

I am making an application that allows a user to:

  1. Create a task
  2. Display a memory retention curve for this newly created task
  3. Review this task
  4. Update the memory retention curve for this updated task

The GUI looks like this: enter image description here

My question is:

  • Should I introduce a policy that stops a user to review a task too many times within a given period? E.g. A task can only be reviewed once every 24 hours. This mechanism will help a user to prevent a mis-click as well.