Switch to xxHash for the cache keys.
This commit is contained in:
parent
1221acdf53
commit
982ee10c1a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
define('FTM_ROOT', __DIR__ . '/..');
|
||||
define('FTM_HASH', 'sha1');
|
||||
define('FTM_HASH', 'xxh3');
|
||||
define('FTM_PATH_PUB', FTM_ROOT . '/public');
|
||||
define('FTM_PATH_PRV', FTM_ROOT . '/private');
|
||||
|
||||
|
|
Loading…
Reference in a new issue