Switch to xxHash for the cache keys.

This commit is contained in:
flash 2024-01-28 03:56:22 +00:00
parent 1221acdf53
commit 982ee10c1a
1 changed files with 1 additions and 1 deletions

View File

@ -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');