From 6f76c4d902af7829fee8a710a8c278742c302a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8nstantine=20Kovalensky?= <45331093+kovalensky@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:28:59 +0400 Subject: [PATCH] Fix typo (#1104) --- library/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/config.php b/library/config.php index 485814c41..a7c6c0e90 100644 --- a/library/config.php +++ b/library/config.php @@ -55,7 +55,7 @@ $bb_cfg['db_alias'] = [ // Cache $bb_cfg['cache'] = [ 'pconnect' => true, - 'db_dir' => realpath(BB_ROOT) . '/internal_data/cache/redis/', + 'db_dir' => realpath(BB_ROOT) . '/internal_data/cache/filecache/', 'prefix' => 'tp_', 'memcache' => [ 'host' => '127.0.0.1',