From 40d8783f17301427d01ba81d38fdc762fd92325b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Bos=C3=A1k?= <85733005+wodosharlatan@users.noreply.github.com> Date: Thu, 23 Feb 2023 20:14:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 367fa16..6a35eaf 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of 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.