Change default qr codes expiration delay from 7 days to 2 days

This commit is contained in:
Miraty 2021-03-07 23:07:16 +01:00
commit 16c446868b
3 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ You can thus generate a QR code directly from your search bar with the LibreQR's
A [WebManifest](https://developer.mozilla.org/docs/Web/Manifest) is also included, which allows better system integration using Fennec (Firefox Android) ou Chromium.
QR codes generated are located in the temp/ directory, named with the number of random characters set in config.inc.php (32 by default), and then deleted after the time set in config.inc.php (7 days by default).
QR codes generated are located in the temp/ directory, named with the number of random characters set in config.inc.php (32 by default), and then deleted after the time set in config.inc.php (2 days by default).
See `config.inc.php` for more settings.