forked from kevinowino869/mitrobill
Fix QRconfig
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user