Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBos authored Feb 23, 2023
1 parent b923f7b commit 40d8783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ If you would like to contribute to the Talker project, please follow these steps

## Automatic Deletion

Talker includes a feature that automatically deletes all files and database data (except user data) every 3 hours to protect users' privacy. The code in ServerSideOperations/autoDelete.php controls this feature. To change the time interval, update the $deleteInterval variable in the autoDelete.php file.
Talker includes a feature that automatically deletes all files and database data (except user data) every 3 hours to protect users' privacy. The code in `ServerSideOperations/CheckDateForWipeOut.php` controls this feature. To change the time interval, update the equation in the `CheckDateForWipeOut.php` file.

0 comments on commit 40d8783

Please sign in to comment.