Fix QRconfig

This commit is contained in:
Ibnu Maksum
2024-06-25 14:14:30 +07:00
parent 2401c7ae99
commit 8e9338f347
4 changed files with 14 additions and 5 deletions

View File

@ -6,7 +6,7 @@
*/
define('QR_CACHEABLE', false); // use cache - more disk reads but less CPU power, masks and format templates are stored there
define('QR_CACHE_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR); // used when QR_CACHEABLE === true
define('QR_CACHE_DIR', false); // used when QR_CACHEABLE === true
//define('QR_LOG_DIR', dirname(__FILE__).DIRECTORY_SEPARATOR); // default error logs dir
define('QR_LOG_DIR', false);
define('QR_FIND_BEST_MASK', true); // if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code